Information about plays

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

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

{
    "id": 3421911,
    "uri": "https://api.kexp.org/v2/plays/3421911/?format=api",
    "airdate": "2024-11-06T00:40:56-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9f0769b-b2a1-41dd-aed9-e1cf611c7191/21392416006-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9f0769b-b2a1-41dd-aed9-e1cf611c7191/21392416006-250.jpg",
    "song": "Move On Up (Live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Delvon Lamarr Organ Trio",
    "artist_ids": [
        "d70f3879-b92c-4948-a430-fc25d2e3c52d"
    ],
    "album": "Live at KEXP!",
    "release_id": null,
    "release_group_id": "4055f60e-c7db-4e33-ae8b-f51975d12e47",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2018-04-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Curtis Mayfield cover from this PNW band. Recorded live at KEXP! https://delvonlamarrorgantrio.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}