Information about plays

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

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

{
    "id": 3600546,
    "uri": "https://api.kexp.org/v2/plays/3600546/?format=api",
    "airdate": "2026-01-05T10:16:51-08:00",
    "show": 65571,
    "show_uri": "https://api.kexp.org/v2/shows/65571/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Story",
    "track_id": "46b86403-cb2f-4b7b-8b96-9fd64b891a54",
    "recording_id": "85e7d8c2-8b37-44e8-810b-f39cd717418d",
    "artist": "The Head and the Heart",
    "artist_ids": [
        "98cb416e-5271-484c-ab3b-6bed6b4aae12"
    ],
    "album": "Let's Be Still",
    "release_id": "0a625224-3978-47fc-a22d-91936994e891",
    "release_group_id": "54cd5c7b-bb7f-46c3-881e-5f4fd04c3664",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-10-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing:\n- Seattle - Friday, February 6th (Benaroya Hall - with the Seattle Symphony) - keep listening to the Midday Show today for your chance to win a pair of tickets!\n- San Francisco - Friday, March 6th (Chase Center, supporting Brandi Carlile!)\n\nhttps://theheadandtheheart.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}