Information about plays

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

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

{
    "id": 3583883,
    "uri": "https://api.kexp.org/v2/plays/3583883/?format=api",
    "airdate": "2025-11-28T02:08:42-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pyramid of Health",
    "track_id": "a5b49399-30ee-4d15-aee7-d569974359c3",
    "recording_id": "f8535b07-a444-4559-8887-7e4495f7bb4c",
    "artist": "Viagra Boys",
    "artist_ids": [
        "9df0c0ec-619e-447d-a155-23e19d9c84ce"
    ],
    "album": "viagr aboys",
    "release_id": "001bee83-9d6a-443a-a949-eae7bdca8cec",
    "release_group_id": "97751ad2-72e1-4b96-832b-76530defaaa8",
    "labels": [
        "Shrimptech Enterprises"
    ],
    "label_ids": [
        "b45a6e30-f33e-4e7b-b46f-8c0d7645d223"
    ],
    "release_date": "2025-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}