Information about plays

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

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

{
    "id": 3415804,
    "uri": "https://api.kexp.org/v2/plays/3415804/?format=api",
    "airdate": "2024-10-22T05:23:29-07:00",
    "show": 61642,
    "show_uri": "https://api.kexp.org/v2/shows/61642/?format=api",
    "image_uri": "https://ia904509.us.archive.org/1/items/mbid-0484771d-c059-40d8-9a1c-b7115be75543/mbid-0484771d-c059-40d8-9a1c-b7115be75543-2853444071_thumb500.jpg",
    "thumbnail_uri": "https://ia904509.us.archive.org/1/items/mbid-0484771d-c059-40d8-9a1c-b7115be75543/mbid-0484771d-c059-40d8-9a1c-b7115be75543-2853444071_thumb250.jpg",
    "song": "Killing Floor",
    "track_id": "0ad1475b-b400-3172-a37e-9fb93fe0b344",
    "recording_id": "77eda12c-67c1-4f83-a057-b9392ab08f56",
    "artist": "Howlin’ Wolf",
    "artist_ids": [
        "ca5b38c2-f39d-45a4-ad3d-daf4448846ef"
    ],
    "album": "The Real Folk Blues / More Real Folk Blues",
    "release_id": "0484771d-c059-40d8-9a1c-b7115be75543",
    "release_group_id": "5cdab52f-e8f4-351e-a8e5-d37798f0eb9b",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the defining classics of Chicago electric blues. In addition to Led Zeppelin adapting it for their song \"The Lemon Song\"\nIt was famously performed by Jimi Hendrix during his first jam with Cream in London.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}