Information about plays

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

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

{
    "id": 3539635,
    "uri": "https://api.kexp.org/v2/plays/3539635/?format=api",
    "airdate": "2025-08-13T15:08:25-07:00",
    "show": 64279,
    "show_uri": "https://api.kexp.org/v2/shows/64279/?format=api",
    "image_uri": "https://ia803200.us.archive.org/29/items/mbid-667867c2-b3b9-4255-9e8e-46e56a6bf837/mbid-667867c2-b3b9-4255-9e8e-46e56a6bf837-1895485105_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/29/items/mbid-667867c2-b3b9-4255-9e8e-46e56a6bf837/mbid-667867c2-b3b9-4255-9e8e-46e56a6bf837-1895485105_thumb250.jpg",
    "song": "Dancing With Myself",
    "track_id": "8a658ccf-c153-3766-9c05-888d235f335a",
    "recording_id": "0b894c6e-8c7b-493e-932f-28c365674442",
    "artist": "Nouvelle Vague",
    "artist_ids": [
        "b017a7ae-e5ee-4675-bb13-c83346134971"
    ],
    "album": "Bande à part",
    "release_id": "667867c2-b3b9-4255-9e8e-46e56a6bf837",
    "release_group_id": "bbfd2ed3-aaec-3448-84eb-6a0abbd6ba96",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2006-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A cover, of course, of the song written by Billy idol and Tony James., recorded with band Gen X in 1980.\n--\nHere's the official video for the original: https://www.youtube.com/watch?v=FG1NrQYXjLU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}