Information about plays

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

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

{
    "id": 3422016,
    "uri": "https://api.kexp.org/v2/plays/3422016/?format=api",
    "airdate": "2024-11-06T07:11:10-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/57af82e7-3bea-4789-ab4f-d2084555c2fb/20640052040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57af82e7-3bea-4789-ab4f-d2084555c2fb/20640052040-250.jpg",
    "song": "Comfortably Numb",
    "track_id": null,
    "recording_id": "041d9dea-38e2-4322-a70b-0ae4aafb9f1f",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Wall",
    "release_id": null,
    "release_group_id": "f2026101-945b-3d05-9ef4-aa718fc3feef",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1979-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Okay (Okay, okay, okay)\nJust a little pinprick\nThere'll be no more\nBut you may feel a little sick\nCan you stand up? (Stand up, stand up)\nI do believe it's working, good\nThat'll keep you going through the show\nCome on, it's time to go",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}