Information about plays

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

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

{
    "id": 3563122,
    "uri": "https://api.kexp.org/v2/plays/3563122/?format=api",
    "airdate": "2025-10-09T18:14:37-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://ia904604.us.archive.org/8/items/mbid-302c7818-8f32-4370-8f97-c335b1a0db6d/mbid-302c7818-8f32-4370-8f97-c335b1a0db6d-1817044560_thumb500.jpg",
    "thumbnail_uri": "https://ia904604.us.archive.org/8/items/mbid-302c7818-8f32-4370-8f97-c335b1a0db6d/mbid-302c7818-8f32-4370-8f97-c335b1a0db6d-1817044560_thumb250.jpg",
    "song": "Jamming",
    "track_id": "55fedc1d-071d-3a6d-a406-2867c95fc6a5",
    "recording_id": "755ea925-c364-4e59-b21f-8d0f4f73f821",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Exodus",
    "release_id": "302c7818-8f32-4370-8f97-c335b1a0db6d",
    "release_group_id": "c5650313-60f3-34d3-92e4-300545133792",
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "2001-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#133...\n\nExodus stands as one of Bob Marley & The Wailers' finest time capsules, a work that fused revolutionary calls to action and songs about peace and love. In recognition of the album's timeless standing, as well as its impact on raising Marley's profile as an international icon, Exodus was inducted into the GRAMMY Hall Of Fame in 2006.\n\nhttps://www.grammy.com/videos/bob-marley-wailers-exodus-record",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}