Information about plays

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

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

{
    "id": 3631256,
    "uri": "https://api.kexp.org/v2/plays/3631256/?format=api",
    "airdate": "2026-03-20T00:05:02-07:00",
    "show": 66226,
    "show_uri": "https://api.kexp.org/v2/shows/66226/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0e325ff-622d-4e77-bdb0-2154a625e825/43331603394-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0e325ff-622d-4e77-bdb0-2154a625e825/43331603394-250.jpg",
    "song": "Unhinged",
    "track_id": null,
    "recording_id": "e457aa50-37e1-45d2-a8d5-9404f41e0b7b",
    "artist": "Masego",
    "artist_ids": [
        "bca63b5d-a28c-4937-a8f4-e3f2d95426e1"
    ],
    "album": "Unhinged",
    "release_id": null,
    "release_group_id": "5cd1ec66-1a5d-49a7-9677-3b8bd59d1ed9",
    "labels": [
        "EQT Recordings"
    ],
    "label_ids": [
        "298cb204-7b43-4f64-b7c3-2b227842d4e1"
    ],
    "release_date": "2025-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}