Information about plays

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

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

{
    "id": 3413220,
    "uri": "https://api.kexp.org/v2/plays/3413220/?format=api",
    "airdate": "2024-10-16T02:52:42-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Infinite Palaces of Possibility / Hope",
    "track_id": null,
    "recording_id": null,
    "artist": "Nate Mercereau, André 3000, Carlos Niño",
    "artist_ids": [
        "900efa6c-9d25-4b62-ba5d-21e07774af8f",
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b",
        "f6e8d274-e3f5-4491-bbea-bbf9a2119d95"
    ],
    "album": "Excellent Traveler",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New new from guitarist and touring band member featured on André 3000's New Blue Sun.\n\nhttps://natemercereau.bandcamp.com/album/excellent-traveler",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}