Information about plays

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

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

{
    "id": 3419933,
    "uri": "https://api.kexp.org/v2/plays/3419933/?format=api",
    "airdate": "2024-11-01T03:12:34-07:00",
    "show": 61730,
    "show_uri": "https://api.kexp.org/v2/shows/61730/?format=api",
    "image_uri": "https://ia600300.us.archive.org/9/items/mbid-37a43776-f245-4215-b7bb-fec16eeed38d/mbid-37a43776-f245-4215-b7bb-fec16eeed38d-38645385147_thumb500.jpg",
    "thumbnail_uri": "https://ia800300.us.archive.org/9/items/mbid-37a43776-f245-4215-b7bb-fec16eeed38d/mbid-37a43776-f245-4215-b7bb-fec16eeed38d-38645385147_thumb250.jpg",
    "song": "Turn The Page",
    "track_id": "ebb23b4a-ae12-4d8c-9104-2948bad306c0",
    "recording_id": "bde277e6-dfe2-4a8a-8ebe-798536297eeb",
    "artist": "Overmono & The Streets",
    "artist_ids": [
        "6f607087-9c46-4bb2-a884-e4efc764554c",
        "b841d0f2-0a2a-4cb2-a2d8-9895b7f90bfa"
    ],
    "album": "Turn The Page",
    "release_id": "37a43776-f245-4215-b7bb-fec16eeed38d",
    "release_group_id": "f18eabc8-9c82-4875-8ee8-3d231a7dde6a",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2024-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Overmono have shared a new remix of the Streets’ “Turn the Page” that has been a staple of their live sets since its debut at Lost Village in 2022.\n\nOvermono is a Welsh electronic music duo consisting of brothers Tom and Ed Russell. \nhttps://overmono.bandcamp.com/album/turn-the-page",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}