Information about plays

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

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

{
    "id": 3522708,
    "uri": "https://api.kexp.org/v2/plays/3522708/?format=api",
    "airdate": "2025-07-04T20:38:22-07:00",
    "show": 63920,
    "show_uri": "https://api.kexp.org/v2/shows/63920/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-818483f3-9800-4f94-b82e-0d48cd4f2fcb/mbid-818483f3-9800-4f94-b82e-0d48cd4f2fcb-16613189796_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-818483f3-9800-4f94-b82e-0d48cd4f2fcb/mbid-818483f3-9800-4f94-b82e-0d48cd4f2fcb-16613189796_thumb250.jpg",
    "song": "Get Up, Stand Up",
    "track_id": "387f8b9d-f768-468b-92fe-10514af5eb78",
    "recording_id": "f38dd2d6-7007-4bb3-9574-b336a886ff17",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Talkin' Blues",
    "release_id": "42f6eb6f-6538-4cfe-8f2d-3a9cb7050552",
    "release_group_id": "b3c56848-45d6-34de-b560-d58847f34bfa",
    "labels": [
        "Tuff Gong",
        "Island"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c",
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marley played his final concert September 23, 1980, in Pittsburgh, Pennsylvania, two days after collapsing while jogging in Central Park and learning that his melanoma had spread to his brain, lungs and liver.\nHe would die eight months later.\n--\nMarley and Peter Tosh wrote “Get Up, Stand Up,” in 1973. Marley wrote it after visiting Haiti and seeing the poverty there. He always ended his concerts with the song. He sat on a stool singing it as part of his final encore in Pittsburgh.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}