Information about plays

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

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

{
    "id": 3419017,
    "uri": "https://api.kexp.org/v2/plays/3419017/?format=api",
    "airdate": "2024-10-29T22:13:10-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d168343-7784-4fcb-adb1-9470d23178ee/13673750862-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d168343-7784-4fcb-adb1-9470d23178ee/13673750862-250.jpg",
    "song": "Stinkin' Zombies",
    "track_id": null,
    "recording_id": "aa47b408-8e23-4f53-98d7-f7db46a6d974",
    "artist": "Misterio",
    "artist_ids": [
        "e9ad4cd3-1563-48e2-a650-f1de51be0bc5"
    ],
    "album": "Red Dead Redemption: Undead Nightmare Original Soundtrack",
    "release_id": null,
    "release_group_id": "15d8a18e-ca04-4738-b992-3b6499171db4",
    "labels": [
        "Rockstar"
    ],
    "label_ids": [],
    "release_date": "2010-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Haunted surf band from Argentina. https://www.allmusic.com/artist/misterio-mn0001716052",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}