Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3580562/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3580562,
    "uri": "https://api.kexp.org/v2/plays/3580562/?format=api",
    "airdate": "2025-11-20T07:36:20-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song to the Siren",
    "track_id": "3f969c21-4fee-38f5-9da3-0537e5fabfff",
    "recording_id": "cff161a8-3e9f-4d1b-a3e8-7231652e209b",
    "artist": "This Mortal Coil",
    "artist_ids": [
        "60ef8ddb-7676-4056-a357-9a8c228d03a6"
    ],
    "album": "Lilliput",
    "release_id": "ac033665-4637-4729-9385-8eb9fb68fbd6",
    "release_group_id": "b1451a81-435b-3c5f-a14b-ddf8e8060240",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Why yes, that ringing you heard was the President of Radio calling to give John kudos for a kick-ass segue. We hung up on them just to show who is really in charge here. \n\nIs any of that true? NO! \n--\nTim Buckley's \"Song to the Siren\" was the first single released by the group.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}