Information about plays

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

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

{
    "id": 3422892,
    "uri": "https://api.kexp.org/v2/plays/3422892/?format=api",
    "airdate": "2024-11-08T12:02:40-08:00",
    "show": 61795,
    "show_uri": "https://api.kexp.org/v2/shows/61795/?format=api",
    "image_uri": "https://ia600902.us.archive.org/14/items/mbid-7160d4ac-ee83-4042-b3ca-93a47bd72095/mbid-7160d4ac-ee83-4042-b3ca-93a47bd72095-22122408037_thumb500.jpg",
    "thumbnail_uri": "https://ia800902.us.archive.org/14/items/mbid-7160d4ac-ee83-4042-b3ca-93a47bd72095/mbid-7160d4ac-ee83-4042-b3ca-93a47bd72095-22122408037_thumb250.jpg",
    "song": "Used To Be Friends",
    "track_id": "33b6577a-a631-4449-9e50-f0e91aa69839",
    "recording_id": "5eb1616c-8d7e-46fc-ac59-18c874a899ee",
    "artist": "Big Joanie",
    "artist_ids": [
        "6764d1b3-2d27-41d6-960d-d3d2866b605d"
    ],
    "album": "Sistahs",
    "release_id": "7160d4ac-ee83-4042-b3ca-93a47bd72095",
    "release_group_id": "1b5464b9-0e2b-4e55-9148-cde6b2bd061a",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check Big Joanie's Live on KEXP session from 2023! https://www.youtube.com/watch?v=cV7EmZMquHI&t=478s\n\n\"Used To Be Friends\" comes from the band's 2018 album, Sistah's. Their most recent album is 2022's Back Home. \nhttps://bigjoanie.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}