Information about plays

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

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

{
    "id": 3428219,
    "uri": "https://api.kexp.org/v2/plays/3428219/?format=api",
    "airdate": "2024-11-21T09:52:02-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://ia801208.us.archive.org/29/items/mbid-e28e703d-bd08-3e49-b264-74595bacfbe1/mbid-e28e703d-bd08-3e49-b264-74595bacfbe1-11357592531_thumb500.jpg",
    "thumbnail_uri": "https://ia801208.us.archive.org/29/items/mbid-e28e703d-bd08-3e49-b264-74595bacfbe1/mbid-e28e703d-bd08-3e49-b264-74595bacfbe1-11357592531_thumb250.jpg",
    "song": "The National Anthem",
    "track_id": "c9e5b611-b979-3399-ae28-1c8617fb265e",
    "recording_id": "d617a46c-6d0e-4912-a56b-699eb28090c7",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "I Might Be Wrong: Live Recordings",
    "release_id": "781a6d53-8151-44b7-a1ee-18346d4c5b09",
    "release_group_id": "e404b349-7cef-398f-ac5e-ce06737341d1",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2001-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The bass riff that plays throughout this song is based on a riff lead singer Thom Yorke came up with at age 16. Radiohead performed \"The National Anthem\" live from Oxford in 2001: https://www.youtube.com/watch?v=DcCSTs9UHhY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}