Information about plays

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

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

{
    "id": 3412864,
    "uri": "https://api.kexp.org/v2/plays/3412864/?format=api",
    "airdate": "2024-10-15T09:09:05-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eve of Destruction",
    "track_id": "dd020ef8-2968-3c7e-9083-18e324e9496c",
    "recording_id": "ca1ca230-1777-486b-a14e-5a6aa4e4eb43",
    "artist": "Barry McGuire",
    "artist_ids": [
        "43a5364c-7096-4f9b-ab63-b71d62af52bd"
    ],
    "album": "Eve of Destruction",
    "release_id": "6346dea9-4d73-47c6-953b-bcd1379a0159",
    "release_group_id": "03c2b1de-c98c-357c-a241-efd4257d732b",
    "labels": [
        "Dunhill Records"
    ],
    "label_ids": [
        "42fdb729-af9c-41b6-a7d7-6639501d2c09"
    ],
    "release_date": "1965-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 89th birthday (1935) to singer-songwriter Barry McGuire who had the 1965 US No.1 & UK No.3 single with the protest song 'Eve Of Destruction'. Top LA session players: P. F. Sloan on guitar, Hal Blaine (of Phil Spector's \"Wrecking Crew\") on drums, and Larry Knechtel on bass played on the track. The vocal by McGuire was thrown on as a rough mix and was not intended to be the final version, but a copy of the recording \"leaked\" out to a DJ, who began playing it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}