Information about plays

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

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

{
    "id": 3588383,
    "uri": "https://api.kexp.org/v2/plays/3588383/?format=api",
    "airdate": "2025-12-08T06:18:32-08:00",
    "show": 65321,
    "show_uri": "https://api.kexp.org/v2/shows/65321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Revenge of the Number",
    "track_id": "b55fe2a1-845e-3013-9a28-18aa415c36f7",
    "recording_id": "1ca5869a-88d7-4429-a03b-d28c8f5f2075",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Numb",
    "release_id": "172ddda3-1837-4fd2-8d12-ddd1e70b4c57",
    "release_group_id": "8a399961-ca70-3c62-b000-3684fb0fd73b",
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1994-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a remix of Portishead's \"Numb\" off 1994's \"Dummy,\" included with the CD single!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}