Information about plays

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

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

{
    "id": 3414926,
    "uri": "https://api.kexp.org/v2/plays/3414926/?format=api",
    "airdate": "2024-10-20T02:44:29-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Behave",
    "track_id": "7a3735a6-5601-4d74-bd82-bf38bf28b8fb",
    "recording_id": "9925d635-8b46-454c-8136-006fcc235fb2",
    "artist": "Snoozer",
    "artist_ids": [
        "3eb47e3c-4ee2-4aa1-b87c-b8b15df68c65"
    ],
    "album": "Mid‐Earth",
    "release_id": "457e9c97-f4a9-4da8-b3fb-ac56bb7dd5cd",
    "release_group_id": "4d4762e5-879e-4440-bec5-24580e6e7cb3",
    "labels": [
        "Born Losers Records"
    ],
    "label_ids": [
        "d7fa0dd1-27a9-4252-b07e-56df1300ca99"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}