Information about plays

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

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

{
    "id": 3420631,
    "uri": "https://api.kexp.org/v2/plays/3420631/?format=api",
    "airdate": "2024-11-02T21:39:50-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Isolation",
    "track_id": null,
    "recording_id": "a3827eeb-9af0-4066-b8a6-5a9acc63e3b1",
    "artist": "Coma",
    "artist_ids": [
        "ed602ccd-8ced-41c5-a8d5-457ad67160a7"
    ],
    "album": "In a Coma...",
    "release_id": null,
    "release_group_id": "9a501eaf-eb9f-404b-b5ae-851e780892e6",
    "labels": [
        "ADK Records"
    ],
    "label_ids": [
        "287e9adc-52e7-4522-895a-1ad2b0414443"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Coma were a part of the mid-80s Japanese deathrock scene.\n\nhttps://www.maximumrocknroll.com/review/label/adk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}