Information about plays

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

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

{
    "id": 3594194,
    "uri": "https://api.kexp.org/v2/plays/3594194/?format=api",
    "airdate": "2025-12-21T20:17:34-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Stop the Rock (instrumental)",
    "track_id": null,
    "recording_id": "d64e5eed-b5fe-4a46-a5ac-e8d7435d02ad",
    "artist": "Freestyle",
    "artist_ids": [
        "45bfbcfd-28b3-4793-9b15-40f0ebf781e0"
    ],
    "album": "Don't Stop the Rock",
    "release_id": null,
    "release_group_id": "ebb6b94a-29d8-39e0-af12-cb946e0c67ed",
    "labels": [
        "Jam Packed"
    ],
    "label_ids": [
        "ee370015-42a5-46e6-ae80-c6d37fd26d60"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}