Information about plays

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

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

{
    "id": 3639679,
    "uri": "https://api.kexp.org/v2/plays/3639679/?format=api",
    "airdate": "2026-04-09T01:49:05-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/84e2e1a6-ec73-4193-969a-6d8ef119e797/43570775983-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84e2e1a6-ec73-4193-969a-6d8ef119e797/43570775983-250.jpg",
    "song": "Boom Bapped",
    "track_id": null,
    "recording_id": "044ec072-7811-4d75-bbfc-43128b1a17ef",
    "artist": "Makaya McCraven featuring Theon Cross & Ben LaMar Gay",
    "artist_ids": [
        "59476fae-d0c9-4ebd-b03c-c38b19b30dff",
        "2c36f2f7-c762-44f9-bb7d-139ad93ceae9",
        "2e0d2607-8a79-4123-93ff-0d12c1cef04e"
    ],
    "album": "Off the Record",
    "release_id": null,
    "release_group_id": "7b6046f9-cbbe-4085-b71d-3f76a767cf92",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}