Information about plays

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

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

{
    "id": 3523264,
    "uri": "https://api.kexp.org/v2/plays/3523264/?format=api",
    "airdate": "2025-07-06T01:15:05-07:00",
    "show": 63934,
    "show_uri": "https://api.kexp.org/v2/shows/63934/?format=api",
    "image_uri": "https://coverartarchive.org/release/9782eea7-7abf-47f8-bdbf-81bcc770ee89/27655368080-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9782eea7-7abf-47f8-bdbf-81bcc770ee89/27655368080-250.jpg",
    "song": "Verður von að bráð",
    "track_id": null,
    "recording_id": "f1d274c4-6a0a-45b8-8f39-88319d8c3c7c",
    "artist": "Auðn",
    "artist_ids": [
        "a32308fc-a31a-4d64-9823-86e4d29f5c44"
    ],
    "album": "Vökudraumsins fangi",
    "release_id": null,
    "release_group_id": "5865ed67-47a9-4941-b826-37b016612ca7",
    "labels": [
        "Season of Mist"
    ],
    "label_ids": [
        "ab256066-5230-4a00-bc3f-1fcad2026852"
    ],
    "release_date": "2020-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Icelandic band featuring members of Dánarbeð and Heift. New album in the works!!!!\nhttps://audnofficial.bandcamp.com/music\nhttps://www.facebook.com/audnofficial\nhttps://audn.is/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}