Information about plays

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

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

{
    "id": 3417358,
    "uri": "https://api.kexp.org/v2/plays/3417358/?format=api",
    "airdate": "2024-10-26T02:58:32-07:00",
    "show": 61674,
    "show_uri": "https://api.kexp.org/v2/shows/61674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Church",
    "track_id": null,
    "recording_id": "20b321f2-1d04-4e2d-abe8-cd72da5960e2",
    "artist": "The Lords of the New Church",
    "artist_ids": [
        "6b1614f1-8aec-49b7-868a-9167d9b14767"
    ],
    "album": "The Lords of the New Church",
    "release_id": null,
    "release_group_id": "6d8f861f-81f0-3783-8d2f-c17cf560da27",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1982-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}