Information about plays

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

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

{
    "id": 3422220,
    "uri": "https://api.kexp.org/v2/plays/3422220/?format=api",
    "airdate": "2024-11-06T20:29:48-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://ia800608.us.archive.org/32/items/mbid-0041638d-a5fc-3449-91e8-878b48d81815/mbid-0041638d-a5fc-3449-91e8-878b48d81815-2568904746_thumb500.jpg",
    "thumbnail_uri": "https://ia800608.us.archive.org/32/items/mbid-0041638d-a5fc-3449-91e8-878b48d81815/mbid-0041638d-a5fc-3449-91e8-878b48d81815-2568904746_thumb250.jpg",
    "song": "Olsen Olsen",
    "track_id": "d91121dd-0212-3f4b-a123-da55565ba65e",
    "recording_id": "9ca22b58-f9a8-43e3-9404-57cdef7b1f29",
    "artist": "Sigur Rós",
    "artist_ids": [
        "f6f2326f-6b25-4170-b89d-e235b25508e8"
    ],
    "album": "Ágætis byrjun",
    "release_id": "0041638d-a5fc-3449-91e8-878b48d81815",
    "release_group_id": "62b427b8-1c52-34e7-b250-da2aa3e44860",
    "labels": [
        "[PIAS] America"
    ],
    "label_ids": [
        "909a6c83-c3cf-449c-a284-60f913b96b40"
    ],
    "release_date": "2001-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "nothing more comforting than sigur ros",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}