Information about plays

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

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

{
    "id": 3603008,
    "uri": "https://api.kexp.org/v2/plays/3603008/?format=api",
    "airdate": "2026-01-11T09:21:38-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby What You Want Me to Do",
    "track_id": null,
    "recording_id": "377dae20-54b4-4863-b77d-ac6d741f77d5",
    "artist": "Jimmy Reed",
    "artist_ids": [
        "018d8a5e-76c7-450d-a0a1-a97f8c26466f"
    ],
    "album": "Mr. Luck (The Complete Vee-Jay Singles)",
    "release_id": null,
    "release_group_id": "c92d130c-990f-4a61-923e-ffbbbe969c11",
    "labels": [
        "Vee-Jay Records"
    ],
    "label_ids": [
        "b66836a9-4b29-4f25-951e-56e005ff227f"
    ],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1959, Reed performed this 12-bar blues that critics said, “seems like it’s existed forever.” Although not on the credits, blues historians believe his wife Mama Reed contributed to writing the song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}