Information about plays

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

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

{
    "id": 3428121,
    "uri": "https://api.kexp.org/v2/plays/3428121/?format=api",
    "airdate": "2024-11-21T04:44:09-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia801805.us.archive.org/15/items/mbid-15da9a17-6378-4edf-bb58-c79ee90593a1/mbid-15da9a17-6378-4edf-bb58-c79ee90593a1-7790854471_thumb500.jpg",
    "thumbnail_uri": "https://ia601805.us.archive.org/15/items/mbid-15da9a17-6378-4edf-bb58-c79ee90593a1/mbid-15da9a17-6378-4edf-bb58-c79ee90593a1-7790854471_thumb250.jpg",
    "song": "Look Me in the Eye",
    "track_id": "b7d73477-33de-38b6-be81-1d5244bac0a5",
    "recording_id": "4576940d-ef27-48f8-bd42-acd8e2dca55b",
    "artist": "T‐Bone Walker",
    "artist_ids": [
        "f1a3fb4a-fff6-4556-a290-3704b109da90"
    ],
    "album": "The Complete Imperial Recordings, 1950-1954",
    "release_id": "15da9a17-6378-4edf-bb58-c79ee90593a1",
    "release_group_id": "92e0150a-72d8-3549-bc84-2bb223391507",
    "labels": [
        "EMI",
        "EMI Records USA"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7",
        "3b76dfe7-0a2d-401a-86a7-f1a30c480e0d"
    ],
    "release_date": "1991-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}