Information about plays

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

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

{
    "id": 3547268,
    "uri": "https://api.kexp.org/v2/plays/3547268/?format=api",
    "airdate": "2025-08-31T18:14:55-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stand on the Word (Larry Levan mix)",
    "track_id": null,
    "recording_id": "20cfe742-b1c4-48ed-8545-e9efd1140840",
    "artist": "The Joubert Singers",
    "artist_ids": [
        "20e626d4-4381-46a1-8f4d-9d4593e808f2"
    ],
    "album": "Stand On The Word",
    "release_id": null,
    "release_group_id": "4c01b673-cc7f-47ae-821d-bdc691629ebf",
    "labels": [
        "Favorite Recordings"
    ],
    "label_ids": [
        "33db1bc6-4501-497c-a7f7-01123956f4d2"
    ],
    "release_date": "2015-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aren't the voices of The Celestial Choir lovely?  And yet....this gospel classic has a tangled history: https://daily.redbullmusicacademy.com/2016/05/stand-on-the-word",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}