Information about plays

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

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

{
    "id": 3612021,
    "uri": "https://api.kexp.org/v2/plays/3612021/?format=api",
    "airdate": "2026-02-01T19:48:59-08:00",
    "show": 65815,
    "show_uri": "https://api.kexp.org/v2/shows/65815/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e6e484c-d0dd-4fc2-bc1b-3b9d80ecd17b/30594809166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e6e484c-d0dd-4fc2-bc1b-3b9d80ecd17b/30594809166-250.jpg",
    "song": "His Story",
    "track_id": null,
    "recording_id": "a2f2613a-311c-44e9-affa-47193edc806c",
    "artist": "TLC",
    "artist_ids": [
        "99790314-885a-4975-8614-9c5bc890364d"
    ],
    "album": "Ooooooohhh…On the TLC Tip",
    "release_id": null,
    "release_group_id": "3150a2e0-43b2-33cb-8df8-80a1c3392032",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1992-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Graham Central Station's The Jam (1975), as well as Digital Underground's The Humpty Dance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}