Information about plays

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

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

{
    "id": 3420594,
    "uri": "https://api.kexp.org/v2/plays/3420594/?format=api",
    "airdate": "2024-11-02T20:09:22-07:00",
    "show": 61747,
    "show_uri": "https://api.kexp.org/v2/shows/61747/?format=api",
    "image_uri": "https://ia800101.us.archive.org/26/items/mbid-d71fd182-d6a0-4746-91da-f284e51d0fb7/mbid-d71fd182-d6a0-4746-91da-f284e51d0fb7-39783185412_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/26/items/mbid-d71fd182-d6a0-4746-91da-f284e51d0fb7/mbid-d71fd182-d6a0-4746-91da-f284e51d0fb7-39783185412_thumb250.jpg",
    "song": "Huge Fire",
    "track_id": "885d0f81-c2f8-4d70-b445-a3fb919754e9",
    "recording_id": "07f760ec-d76f-4ebd-825d-1b29f5de347e",
    "artist": "Mount Eerie",
    "artist_ids": [
        "e5306b29-16c0-4520-bb05-6b21f041b2f0"
    ],
    "album": "Night Palace",
    "release_id": "465fb64b-ae3a-4b87-9da9-7f62a5658335",
    "release_group_id": "eb75fe35-d1fe-4b45-ab4f-c262947eccdc",
    "labels": [
        "P.W. Elverum & Sun, Ltd."
    ],
    "label_ids": [
        "6a59fb18-1baf-4c70-9a6a-bbd6ddf43cf0"
    ],
    "release_date": "2024-11-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Mount Eerie, a project of legendary Anacortes recording artist Phil Elverum! His new record, Night Palace, is 26 SONGS LONG. Listen if you dare!\n\nhttps://pwelverumandsun.bandcamp.com/album/night-palace",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}