Information about plays

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

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

{
    "id": 3606449,
    "uri": "https://api.kexp.org/v2/plays/3606449/?format=api",
    "airdate": "2026-01-19T17:13:28-08:00",
    "show": 65701,
    "show_uri": "https://api.kexp.org/v2/shows/65701/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Phobia",
    "track_id": null,
    "recording_id": "aec8fbd7-f628-417d-aff6-0b3879c8d3ba",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Higher Learning: Music From the Motion Picture",
    "release_id": null,
    "release_group_id": "fb72157a-5047-3daa-bff4-33c747f4d0e0",
    "labels": [
        "550 Music"
    ],
    "label_ids": [
        "65f85c42-92a0-489c-a921-d804acba29b1"
    ],
    "release_date": "1995-01-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OutKast’s “Phobia,” is featured on the Higher Learning: Music From the Motion Picture soundtrack. It's a deeper cut from the duo that blends inventive rhymes with themes of fear, perception, and societal pressures.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}