Information about plays

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

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

{
    "id": 3523417,
    "uri": "https://api.kexp.org/v2/plays/3523417/?format=api",
    "airdate": "2025-07-06T10:26:25-07:00",
    "show": 63937,
    "show_uri": "https://api.kexp.org/v2/shows/63937/?format=api",
    "image_uri": "https://ia800809.us.archive.org/10/items/mbid-b501d013-0343-4de8-b442-1c3538730d70/mbid-b501d013-0343-4de8-b442-1c3538730d70-5106361112_thumb500.jpg",
    "thumbnail_uri": "https://ia800809.us.archive.org/10/items/mbid-b501d013-0343-4de8-b442-1c3538730d70/mbid-b501d013-0343-4de8-b442-1c3538730d70-5106361112_thumb250.jpg",
    "song": "Jeannie, Jeannie, Jeannie",
    "track_id": "866adef0-267a-31fb-8f0e-a80c28dc7823",
    "recording_id": "78d6cd4e-bc3e-4738-98ce-f9d650bbf0e2",
    "artist": "Eddie Cochran",
    "artist_ids": [
        "17995d1c-5b3c-4ee9-98f5-105ee3b4ada1"
    ],
    "album": "Legendary Masters Series, Volume 1",
    "release_id": "b501d013-0343-4de8-b442-1c3538730d70",
    "release_group_id": "685bfea8-95d2-3ce4-9a44-1ef8e2a09530",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ray Edward Cochran is an American rock and roll musician whose songs \"Twenty Flight Rock\", \"Summertime Blues\", \"C'mon Everybody\" and \"Somethin' Else\" (among many songs) captured the zeitgeist of the mid 1950's and early 1960's.\n\nhttps://rockhall.com/inductees/eddie-cochran/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}