Information about plays

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

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

{
    "id": 3417025,
    "uri": "https://api.kexp.org/v2/plays/3417025/?format=api",
    "airdate": "2024-10-25T07:14:02-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "“Heroes”",
    "track_id": null,
    "recording_id": "722190f8-f718-482f-a8bc-a8d479426a30",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "“Heroes”",
    "release_id": null,
    "release_group_id": "1f5ef8d3-10ca-30eb-b41e-85b16987d412",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1977-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leonard Cohen, Nick Cave, and now David Bowie!\n---\nHere's David Bowie on stage in 2002, performing this classic which was released twenty-five years earlier in 1977: https://www.youtube.com/watch?v=bsYp9q3QNaQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}