Information about plays

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

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

{
    "id": 3555199,
    "uri": "https://api.kexp.org/v2/plays/3555199/?format=api",
    "airdate": "2025-09-19T23:19:06-07:00",
    "show": 64606,
    "show_uri": "https://api.kexp.org/v2/shows/64606/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc6ef0f1-5dc9-4b30-bdad-22cb9db92220/20158533713-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc6ef0f1-5dc9-4b30-bdad-22cb9db92220/20158533713-250.jpg",
    "song": "Temperature’s Rising",
    "track_id": null,
    "recording_id": "44843b4d-a173-43bc-847b-0e77e544ae61",
    "artist": "Mobb Deep feat. Crystal Johnson",
    "artist_ids": [
        "d75d1f08-bbb8-4eae-9877-399ca9121197",
        "de68f0e7-b9cc-413c-8bd3-084c1e9a59c1"
    ],
    "album": "The Infamous",
    "release_id": null,
    "release_group_id": "03f3c216-bd40-322b-ac8a-254816ff5573",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1995-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day back in 1995\n\n\nRead about the making of 'The Infamous' album with members on Mobb Deep here: https://www.complex.com/music/2011/04/the-making-of-mobb-deep-the-infamous/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}