Information about plays

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

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

{
    "id": 3422421,
    "uri": "https://api.kexp.org/v2/plays/3422421/?format=api",
    "airdate": "2024-11-07T07:37:00-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia902302.us.archive.org/16/items/mbid-a7161f12-534e-48e5-a758-d012acaff172/mbid-a7161f12-534e-48e5-a758-d012acaff172-30381214110_thumb500.jpg",
    "thumbnail_uri": "https://ia802302.us.archive.org/16/items/mbid-a7161f12-534e-48e5-a758-d012acaff172/mbid-a7161f12-534e-48e5-a758-d012acaff172-30381214110_thumb250.jpg",
    "song": "Girl From the North Country",
    "track_id": "52a7f3a7-a6b0-360f-aa14-85c3b397b92b",
    "recording_id": "1d0a6a22-ce6b-4c20-b52a-55968ed64c67",
    "artist": "Johnny Cash and Joni Mitchell",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86",
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "The Best of The Johnny Cash TV Show",
    "release_id": "ab4a4509-8f56-40c9-bc46-6dc40f656cf1",
    "release_group_id": "14cc7105-72b0-4e52-9fad-59c768833f53",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2008-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Joni Mitchell! \n\nJohnny and Joni's excellent take on the Bob Dylan classic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}