Information about plays

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

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

{
    "id": 3598651,
    "uri": "https://api.kexp.org/v2/plays/3598651/?format=api",
    "airdate": "2026-01-01T02:10:40-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jump",
    "track_id": null,
    "recording_id": "218c3b9e-cd0a-48e8-860a-701d7f236860",
    "artist": "RDX",
    "artist_ids": [
        "b720a8b7-af98-496f-bfb3-e70ec4626ba6"
    ],
    "album": "Jump",
    "release_id": null,
    "release_group_id": "3b88e218-f7eb-42ed-b79a-c344f23e0f26",
    "labels": [
        "apt 19 music"
    ],
    "label_ids": [
        "96591acf-8971-4eee-b41b-b2af2cd8588a"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}