Information about plays

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

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

{
    "id": 3620958,
    "uri": "https://api.kexp.org/v2/plays/3620958/?format=api",
    "airdate": "2026-02-22T18:57:12-08:00",
    "show": 66004,
    "show_uri": "https://api.kexp.org/v2/shows/66004/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc06ce97-0f2e-48bf-9526-9d3c2694e90e/9587335378-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc06ce97-0f2e-48bf-9526-9d3c2694e90e/9587335378-250.jpg",
    "song": "Every Little Bit Hurts",
    "track_id": null,
    "recording_id": "5201e777-b57a-44f7-83f3-82cf401e8837",
    "artist": "Brenda Holloway",
    "artist_ids": [
        "48b7b5ac-e332-40dd-870b-e3f0751bb319"
    ],
    "album": "Every Little Bit Hurts",
    "release_id": null,
    "release_group_id": "f75fb730-29de-39ff-8bfb-9bd13d069a0c",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Clash covered a version of this 1964 tune from Motown singer Brenda Holloway for their album Sandinista! But the song didn’t make it onto the album and was instead released on the box set – Clash on Broadway.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}