Information about plays

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

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

{
    "id": 3420311,
    "uri": "https://api.kexp.org/v2/plays/3420311/?format=api",
    "airdate": "2024-11-02T02:48:54-07:00",
    "show": 61739,
    "show_uri": "https://api.kexp.org/v2/shows/61739/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc10f221-2389-4ddc-bb77-cd477fc982c6/14154356621-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc10f221-2389-4ddc-bb77-cd477fc982c6/14154356621-250.jpg",
    "song": "Jukebox Babe",
    "track_id": null,
    "recording_id": "f6761a4b-9c00-423c-ad40-f73870891240",
    "artist": "Alan Vega",
    "artist_ids": [
        "dd720ac8-1c68-4484-abb7-0546413a55e3"
    ],
    "album": "Alan Vega",
    "release_id": null,
    "release_group_id": "a4dae3b5-96b8-3188-ad7c-ab01a3169965",
    "labels": [
        "PVC Records"
    ],
    "label_ids": [
        "9e98a551-f529-43a2-8513-94b2208f74a8"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://alanvega.bandcamp.com/album/jukebox-babe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}