Information about plays

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

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

{
    "id": 3413995,
    "uri": "https://api.kexp.org/v2/plays/3413995/?format=api",
    "airdate": "2024-10-17T18:44:16-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Cowboy",
    "track_id": "08e9f229-6e45-3f3d-9f18-5b5dc77d7d27",
    "recording_id": "b48f608f-37d6-4026-97ab-eec7b06f0961",
    "artist": "Jamiroquai",
    "artist_ids": [
        "f4857fb9-e255-4dc6-bd01-e4ca7cc68544"
    ],
    "album": "The Return of the Space Cowboy",
    "release_id": "437abf40-3fc3-4a16-82e8-fdf99f24ccba",
    "release_group_id": "ec79a9d4-6fa3-38b9-b976-bcd2c56cd477",
    "labels": [
        "Work"
    ],
    "label_ids": [
        "71ed8e35-adb4-4f7a-a3c1-1ff621042266"
    ],
    "release_date": "1994-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Ryan and Jeff!! They don't know each other, but they both requested Jamiroquai, so they are both smart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}