Information about plays

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

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

{
    "id": 3553763,
    "uri": "https://api.kexp.org/v2/plays/3553763/?format=api",
    "airdate": "2025-09-16T12:24:50-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "https://ia800606.us.archive.org/2/items/mbid-37073c3b-d674-4786-bfb6-9bc6c82fb396/mbid-37073c3b-d674-4786-bfb6-9bc6c82fb396-21703543567_thumb500.jpg",
    "thumbnail_uri": "https://ia600606.us.archive.org/2/items/mbid-37073c3b-d674-4786-bfb6-9bc6c82fb396/mbid-37073c3b-d674-4786-bfb6-9bc6c82fb396-21703543567_thumb250.jpg",
    "song": "Trip Around the Sun",
    "track_id": "9b575a9d-fb27-4586-a13e-43f215446d91",
    "recording_id": "08f5663e-3df0-41be-8411-f7e6742bc742",
    "artist": "Wimps",
    "artist_ids": [
        "73543c71-5a51-4cac-8b2e-97ed90124053"
    ],
    "album": "Garbage People",
    "release_id": "37073c3b-d674-4786-bfb6-9bc6c82fb396",
    "release_group_id": "23bb2bff-5c9f-401b-b15e-4210cf04e7ee",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2018-07-03",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl was the host when Wimps played live in our studio in 2018: https://www.youtube.com/watch?v=8DmdriE8Njo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}