Information about plays

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

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

{
    "id": 3556209,
    "uri": "https://api.kexp.org/v2/plays/3556209/?format=api",
    "airdate": "2025-09-22T06:02:40-07:00",
    "show": 64631,
    "show_uri": "https://api.kexp.org/v2/shows/64631/?format=api",
    "image_uri": "https://ia801406.us.archive.org/12/items/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed-8995104049_thumb500.jpg",
    "thumbnail_uri": "https://ia601406.us.archive.org/12/items/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed-8995104049_thumb250.jpg",
    "song": "Shout",
    "track_id": "6c4c8e7f-9e75-367b-aef1-adb9af7b5c3b",
    "recording_id": "548f642b-b441-424f-ad35-efb88efd2df4",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Tears Roll Down: Greatest Hits 82–92",
    "release_id": "5937da39-4c6a-3f3b-9f96-bc54ebbd23ed",
    "release_group_id": "d65f150a-3b2b-34ca-904c-5bacaddd38a2",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an interview, Roland Orzabal described the piece as “a simple song about protest.” He goes on to say, “I had the chorus to ‘Shout’ and I had a rhythm which was stolen from a Talking Heads track from off ‘Remain in Light.'\n\nThe lyrics were inspired by primal therapy, a psychotherapy method created by Dr. Arthur Janov. Its general concept suggests that a patient can conquer early life trauma by reenacting the scene through unrestrained screaming.\n\nEnjoy the official music video: https://www.youtube.com/watch?v=Ye7FKc1JQe4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}