Information about plays

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

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

{
    "id": 3413215,
    "uri": "https://api.kexp.org/v2/plays/3413215/?format=api",
    "airdate": "2024-10-16T02:37:57-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Atlas",
    "track_id": "8f1c260c-e872-4958-8245-0f8e3a01364a",
    "recording_id": "b62987c4-5b3d-4110-a64d-3934539b7037",
    "artist": "Adrian Younge & Ali Shaheed Muhammad",
    "artist_ids": [
        "69bb7a74-99ee-4da0-bc3d-84586676e4ea",
        "d5ee9a6f-8e10-47e7-bca7-7e3f82aad769"
    ],
    "album": "Jazz Is Dead 021",
    "release_id": "033d8e90-9e22-4b87-be24-c43827f6dde2",
    "release_group_id": "9e7943f0-ebf7-46b1-a605-4fdf6e36277d",
    "labels": [
        "Jazz is Dead"
    ],
    "label_ids": [
        "4fa0846f-353d-4307-95d6-f63617efb673"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}