Information about plays

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

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

{
    "id": 3415473,
    "uri": "https://api.kexp.org/v2/plays/3415473/?format=api",
    "airdate": "2024-10-21T08:01:41-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bus",
    "track_id": "3e948409-bf2a-4ebe-a3d3-8d3c4f9192db",
    "recording_id": "c7a6eda0-eea3-4d86-9eaf-27213787ba79",
    "artist": "Naked Roommate",
    "artist_ids": [
        "3d232a26-295d-467e-acc3-a20e22150db2"
    ],
    "album": "Pass the Loofah",
    "release_id": "f9574114-1197-4a23-a9e2-8c88c8113829",
    "release_group_id": "343b2608-b81e-4ec6-9e41-ad2fbf35de31",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Creatives Amber Sermeńo and Andy Jordan (from beloved Oakland band, The World) are behind Naked Roommate—a project with punk spirit, a dance heart and progressive post-punk thought. The band also features Michael Zamora (from Bad Bad) and Alejandra Alcala (Blues Lawyer and Preening). : https://nakedroommate.bandcamp.com\n--\nHere's the official video for \"Bus\": https://www.youtube.com/watch?v=3VTQrGO9a2M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}