Information about plays

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

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

{
    "id": 3595411,
    "uri": "https://api.kexp.org/v2/plays/3595411/?format=api",
    "airdate": "2025-12-24T16:04:28-08:00",
    "show": 65466,
    "show_uri": "https://api.kexp.org/v2/shows/65466/?format=api",
    "image_uri": "https://ia801401.us.archive.org/18/items/mbid-e4cef835-f2ac-48df-8407-b38ac4ec9969/mbid-e4cef835-f2ac-48df-8407-b38ac4ec9969-22564414072_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/18/items/mbid-e4cef835-f2ac-48df-8407-b38ac4ec9969/mbid-e4cef835-f2ac-48df-8407-b38ac4ec9969-22564414072_thumb250.jpg",
    "song": "Góðan daginn",
    "track_id": "35f9a535-503f-3696-ba38-65b57d5cdc1c",
    "recording_id": "1aa6b34d-ce80-4632-8227-ea52f79ae839",
    "artist": "Sigur Rós",
    "artist_ids": [
        "f6f2326f-6b25-4170-b89d-e235b25508e8"
    ],
    "album": "Með suð í eyrum við spilum endalaust",
    "release_id": "e4cef835-f2ac-48df-8407-b38ac4ec9969",
    "release_group_id": "15143341-de7d-3c64-90a1-2fffe2c4b5a9",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album title is translated into english as \"with a buzz in our ears we play endlessly\" with the english spelling of the icelandic album title being \"med sud i eyrum vid spilum endalaust.\"\nhttps://sigurros.com/music/medsud/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}