Information about plays

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

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

{
    "id": 3593162,
    "uri": "https://api.kexp.org/v2/plays/3593162/?format=api",
    "airdate": "2025-12-19T17:36:17-08:00",
    "show": 65421,
    "show_uri": "https://api.kexp.org/v2/shows/65421/?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": false,
    "is_live": false,
    "comment": "The latest from Sweden's Viagra Boys\n\nhttps://www.vboysstockholm.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}