Information about plays

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

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

{
    "id": 3622436,
    "uri": "https://api.kexp.org/v2/plays/3622436/?format=api",
    "airdate": "2026-02-26T05:28:24-08:00",
    "show": 66033,
    "show_uri": "https://api.kexp.org/v2/shows/66033/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On & On",
    "track_id": "d76d0a08-a133-3704-ae3a-790e2a1bbdaf",
    "recording_id": "c03b005d-5570-45e7-915f-9a7e26c4e929",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Baduizm",
    "release_id": "92c85c68-e8e4-3c39-bf4e-dd9e7339427c",
    "release_group_id": "45536412-c62c-34fc-9524-0bac1d2542c1",
    "labels": [
        "Kedar Entertainment"
    ],
    "label_ids": [
        "7f908c9e-b8fc-4632-bf71-b1a9e9c69061"
    ],
    "release_date": "1997-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Caroline who shares a birthday with Ms. Badu! And a double request by Rafael!\n\nErykah Badu was born today on 1971, (born Erica Abi Wright), American singer-songwriter, record producer, DJ, activist, and actress. (Soulquarians)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}