Information about plays

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

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

{
    "id": 3429474,
    "uri": "https://api.kexp.org/v2/plays/3429474/?format=api",
    "airdate": "2024-11-24T11:33:13-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Island Line",
    "track_id": null,
    "recording_id": "1531021c-9e35-4aac-8098-86eecfca1eea",
    "artist": "Stan Freberg",
    "artist_ids": [
        "04190e55-fc9d-4552-843c-0a2610a0ced8"
    ],
    "album": "The Best of Stan Freberg",
    "release_id": null,
    "release_group_id": "d630ecd2-8056-3539-b886-f96550a804a5",
    "labels": [
        "Capitol"
    ],
    "label_ids": [],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The musician and comedian parodied Lonnie Donegan’s skiffle version as the B-side to his parody of Elvis’ Heartbreak Hotel in 1956.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}