Information about plays

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

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

{
    "id": 3622803,
    "uri": "https://api.kexp.org/v2/plays/3622803/?format=api",
    "airdate": "2026-02-27T01:10:48-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Technology",
    "track_id": "7bb25199-0381-4fa7-b7a2-f0047191d06d",
    "recording_id": "bd9c75f2-7679-47e1-92a0-c98dcfbfbd3b",
    "artist": "Makaya McCraven feat. Theon Cross & Benjamin Lamar Gay",
    "artist_ids": [
        "2c36f2f7-c762-44f9-bb7d-139ad93ceae9",
        "2e0d2607-8a79-4123-93ff-0d12c1cef04e",
        "59476fae-d0c9-4ebd-b03c-c38b19b30dff"
    ],
    "album": "Off the Record",
    "release_id": "84e2e1a6-ec73-4193-969a-6d8ef119e797",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}