Information about plays

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

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

{
    "id": 3411128,
    "uri": "https://api.kexp.org/v2/plays/3411128/?format=api",
    "airdate": "2024-10-11T03:40:30-07:00",
    "show": 61542,
    "show_uri": "https://api.kexp.org/v2/shows/61542/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If It’s Gone",
    "track_id": "f04dc323-7349-4377-864e-d1c1ef31f4ca",
    "recording_id": "c4c2fc45-a402-4fb0-ad7b-bf4f605ab223",
    "artist": "Good Looks",
    "artist_ids": [
        "64d57dc4-ad42-4489-b62e-572d8c7f1334"
    ],
    "album": "Lived Here For A While",
    "release_id": "f8464deb-1295-4e52-9927-d231285207a9",
    "release_group_id": "f89abb29-476d-4cb8-b2f8-928541f69da8",
    "labels": [
        "Keeled Scales"
    ],
    "label_ids": [
        "e125fb61-bc30-4a17-b157-19f47915ec35"
    ],
    "release_date": "2024-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}