Information about plays

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

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

{
    "id": 3413917,
    "uri": "https://api.kexp.org/v2/plays/3413917/?format=api",
    "airdate": "2024-10-17T13:09:44-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Warrior",
    "track_id": null,
    "recording_id": "bad54df5-561e-4f77-9bcb-5550c0d40e9f",
    "artist": "Wishbone Ash",
    "artist_ids": [
        "406f1b42-0c9e-4427-aeb7-02f78e188ec4"
    ],
    "album": "Mother of Pearl: Live",
    "release_id": null,
    "release_group_id": "aef6fe72-ae35-3fe5-b2cb-904782113967",
    "labels": [
        "Universe"
    ],
    "label_ids": [
        "2405712f-273a-4cf1-b4b9-c69009918529"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}