Information about plays

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

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

{
    "id": 3436379,
    "uri": "https://api.kexp.org/v2/plays/3436379/?format=api",
    "airdate": "2024-12-10T16:18:59-08:00",
    "show": 62075,
    "show_uri": "https://api.kexp.org/v2/shows/62075/?format=api",
    "image_uri": "https://ia600507.us.archive.org/16/items/mbid-75101703-0b41-4e46-81c6-1774761563f3/mbid-75101703-0b41-4e46-81c6-1774761563f3-40589484144_thumb500.jpg",
    "thumbnail_uri": "https://ia800507.us.archive.org/16/items/mbid-75101703-0b41-4e46-81c6-1774761563f3/mbid-75101703-0b41-4e46-81c6-1774761563f3-40589484144_thumb250.jpg",
    "song": "Pool",
    "track_id": "76f7b9df-0591-4bf6-b4df-37a6b9cda93a",
    "recording_id": "661b75b8-742a-4415-bad3-b54bb7478710",
    "artist": "Lawne",
    "artist_ids": [
        "c7cde248-1eaa-4a7b-9bf0-d70249387eae"
    ],
    "album": "Attic",
    "release_id": "75101703-0b41-4e46-81c6-1774761563f3",
    "release_group_id": "5579d3ba-e41f-4e2b-870c-52970e09051a",
    "labels": [
        "Wah Wah 45s"
    ],
    "label_ids": [
        "7ed56d4a-b5db-4bff-8349-c7250fc86a80"
    ],
    "release_date": "2024-11-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://lawnemusic.bandcamp.com/album/attic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}