Information about plays

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

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

{
    "id": 3621177,
    "uri": "https://api.kexp.org/v2/plays/3621177/?format=api",
    "airdate": "2026-02-23T07:14:24-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What a Wonderful Thing Love Is",
    "track_id": null,
    "recording_id": "64399625-45d3-47bb-ad78-91b40764bb91",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "I’m Still in Love With You",
    "release_id": null,
    "release_group_id": "4a40960b-44b3-313c-8540-cde054d41bd9",
    "labels": [
        "The Right Stuff"
    ],
    "label_ids": [
        "14227f2c-ac23-4746-bf83-d54e29051004"
    ],
    "release_date": "1972-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official lyric video to sing along at home! https://www.youtube.com/watch?v=fglbtZ2cNHM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}