Information about plays

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

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

{
    "id": 3557141,
    "uri": "https://api.kexp.org/v2/plays/3557141/?format=api",
    "airdate": "2025-09-24T10:21:16-07:00",
    "show": 64649,
    "show_uri": "https://api.kexp.org/v2/shows/64649/?format=api",
    "image_uri": "https://ia803105.us.archive.org/9/items/mbid-fdf5cdda-a94f-49f6-9f8a-80f56f3e7c59/mbid-fdf5cdda-a94f-49f6-9f8a-80f56f3e7c59-24557205893_thumb500.jpg",
    "thumbnail_uri": "https://ia903105.us.archive.org/9/items/mbid-fdf5cdda-a94f-49f6-9f8a-80f56f3e7c59/mbid-fdf5cdda-a94f-49f6-9f8a-80f56f3e7c59-24557205893_thumb250.jpg",
    "song": "Evol",
    "track_id": "843bc121-85aa-3b72-9e43-f830cff99719",
    "recording_id": "a4e85b33-0748-4ad4-bcea-5820f86af64d",
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "Beat the Devil’s Tattoo",
    "release_id": "fdf5cdda-a94f-49f6-9f8a-80f56f3e7c59",
    "release_group_id": "78a9a4c1-8091-4b3f-afc5-5840fa054a34",
    "labels": [
        "Vagrant Records",
        "Abstract Dragon"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb",
        "7340aefe-9d04-40b4-8ea4-ff901b2ea9c9"
    ],
    "release_date": "2010-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco's Black Rebel Motorcycle Club is on tour!\n\n- Seattle TONIGHT at the Showbox Sodo\n- San Francisco on Saturday, Oct. 25, at The Warfield\n\nStay tuned during the Midday Show today for your chance to win tickets to the SF date!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}