Information about plays

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

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

{
    "id": 3413462,
    "uri": "https://api.kexp.org/v2/plays/3413462/?format=api",
    "airdate": "2024-10-16T13:30:04-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Caution To The Wind",
    "track_id": "5eb81369-b209-40ef-b1b2-802815b6df64",
    "recording_id": "4c74f54d-ee8a-4006-b68d-c84c011c8599",
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Fuse",
    "release_id": "1d8f4825-130a-4354-ac69-e4f497ced593",
    "release_group_id": "e09f368f-8441-4aa6-91ee-06e056744694",
    "labels": [
        "Buzzin' Fly"
    ],
    "label_ids": [
        "f58041a3-1438-4e66-911e-bf34378e0ea4"
    ],
    "release_date": "2023-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest from Everything but the Girl!\nFuse is Everything but the Girl's first release in 24 years. - https://ebtg.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}