Information about plays

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

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

{
    "id": 3577370,
    "uri": "https://api.kexp.org/v2/plays/3577370/?format=api",
    "airdate": "2025-11-12T20:14:45-08:00",
    "show": 65093,
    "show_uri": "https://api.kexp.org/v2/shows/65093/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There Is Still Danger There",
    "track_id": null,
    "recording_id": "88a622a4-6cdc-4f88-9c18-69533db60a0c",
    "artist": "Hawkwind",
    "artist_ids": [
        "5a28f8c2-31fb-4047-ae57-c5c326989262"
    ],
    "album": "There Is No Space for Us",
    "release_id": null,
    "release_group_id": "d8528328-d222-42d0-8412-ae0d6238f753",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "2025-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'There Is No Space For Us' is Cherry Red Records is Hawkwind's 37th studio album release",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}