Information about plays

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

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

{
    "id": 3613203,
    "uri": "https://api.kexp.org/v2/plays/3613203/?format=api",
    "airdate": "2026-02-04T17:11:40-08:00",
    "show": 65840,
    "show_uri": "https://api.kexp.org/v2/shows/65840/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931-33072084714_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931/mbid-f32dbcdd-e964-4311-816e-6c9cf0785931-33072084714_thumb250.jpg",
    "song": "Typical Girls",
    "track_id": "17d0d644-24d3-3a33-9090-7dd9921a84d7",
    "recording_id": "710c897a-89a6-4614-95c4-a1d411602677",
    "artist": "The Slits",
    "artist_ids": [
        "ff9ef2ef-73a6-496c-8528-4b12b21afbfd"
    ],
    "album": "Respect: A Century of Women in Music",
    "release_id": "f32dbcdd-e964-4311-816e-6c9cf0785931",
    "release_group_id": "89e7e86e-1fbe-344b-8843-6a341eaff2f5",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A post-punk essential! From The Slits' 1979 album Cut.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}