Information about plays

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

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

{
    "id": 3411116,
    "uri": "https://api.kexp.org/v2/plays/3411116/?format=api",
    "airdate": "2024-10-11T03:02:43-07:00",
    "show": 61542,
    "show_uri": "https://api.kexp.org/v2/shows/61542/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "switch up",
    "track_id": "0afd6dc9-d236-47fd-860f-ffdf73f35fea",
    "recording_id": "e1f5d28a-c919-4af2-be73-5ce23752b05b",
    "artist": "KAMAUU",
    "artist_ids": [
        "cb97a50e-050c-4993-b449-e0d9c898e6cf"
    ],
    "album": "LACUNA in the House of Mirrors",
    "release_id": "56cfd5d0-e780-4aa7-9a0b-a8ba9b234288",
    "release_group_id": "a31a3839-2ee4-420e-ae00-bbfc942cbfab",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2023-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}