Information about plays

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

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

{
    "id": 3604915,
    "uri": "https://api.kexp.org/v2/plays/3604915/?format=api",
    "airdate": "2026-01-16T02:42:33-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Organs",
    "track_id": "04e0e0c1-8ff5-4fe9-85dc-4cc17f2f6b2b",
    "recording_id": "0d30dfc0-8afa-40c7-a8a2-2cbbaa1278f1",
    "artist": "Molina feat. ML Buch",
    "artist_ids": [
        "e467b2a1-a1e2-4f00-b21f-8221ef5af859",
        "e0f9a19e-a929-4a9f-a5dc-82b2d305f03d"
    ],
    "album": "Organs",
    "release_id": "b3fe24bc-6b31-4d7a-857b-18ff2cb3e2ba",
    "release_group_id": "50dbbe9b-3982-4ec6-a5b1-4f44aa89c67c",
    "labels": [
        "Escho"
    ],
    "label_ids": [
        "eb29db8c-175d-4bf0-8a41-166f774e9f2e"
    ],
    "release_date": "2024-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Kyle in Seattle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}