Information about plays

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

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

{
    "id": 3519756,
    "uri": "https://api.kexp.org/v2/plays/3519756/?format=api",
    "airdate": "2025-06-28T02:07:08-07:00",
    "show": 63855,
    "show_uri": "https://api.kexp.org/v2/shows/63855/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kill Dr. 5",
    "track_id": null,
    "recording_id": "ccb71e88-b531-4d6c-a726-08b9381b4606",
    "artist": "DJ Overdose",
    "artist_ids": [
        "aa45c483-ab8c-40f8-b686-b389de626eb1"
    ],
    "album": "Code One",
    "release_id": null,
    "release_group_id": "58d0ebf2-0286-4b5b-ae6c-709dbf32491b",
    "labels": [
        "Propaganda Moscow"
    ],
    "label_ids": [
        "8b8a1f7a-aec1-47c6-b8ab-d7a29b0fe666"
    ],
    "release_date": "2018-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/release/12116111-DJ-Overdose-Hadamard-Code-One",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}