Information about plays

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

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

{
    "id": 3420865,
    "uri": "https://api.kexp.org/v2/plays/3420865/?format=api",
    "airdate": "2024-11-03T10:25:31-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7ca6205-29da-47cb-ac42-cb1af4fd5f70/35033737467-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7ca6205-29da-47cb-ac42-cb1af4fd5f70/35033737467-250.jpg",
    "song": "The Divided States of America",
    "track_id": null,
    "recording_id": "340bce8a-13c5-409b-88e1-ecb622f91cb5",
    "artist": "Jim White",
    "artist_ids": [
        "e1f83b22-d40e-400a-8ebb-4e59b5b53d31"
    ],
    "album": "Misfit's Jubilee",
    "release_id": null,
    "release_group_id": "28f44ed3-efda-42b4-a6da-14ab3fd85ffe",
    "labels": [
        "Loose Music"
    ],
    "label_ids": [
        "4c47716c-7a60-4593-831b-05f1da49936d"
    ],
    "release_date": "2020-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Belgium, the rural Georgia based musician said, “Us freaks, we gotta take up musical arms and start speaking truth to power here. If we don’t, who exactly will?”\nhttps://jimwhite.bandcamp.com/album/misfits-jubilee",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}