Information about plays

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

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

{
    "id": 3543501,
    "uri": "https://api.kexp.org/v2/plays/3543501/?format=api",
    "airdate": "2025-08-22T22:47:08-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e97e75b-a5da-4db4-a6f6-efaa23016d06/10367549506-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e97e75b-a5da-4db4-a6f6-efaa23016d06/10367549506-250.jpg",
    "song": "Doin’ It Again",
    "track_id": null,
    "recording_id": "16750e9a-bbff-46d3-9127-98d5394407d5",
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "The Nutty Professor Soundtrack",
    "release_id": null,
    "release_group_id": "54ae10db-312f-39f6-a75f-b16349a24e68",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1996-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}