Information about plays

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

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

{
    "id": 3413776,
    "uri": "https://api.kexp.org/v2/plays/3413776/?format=api",
    "airdate": "2024-10-17T06:57:07-07:00",
    "show": 61597,
    "show_uri": "https://api.kexp.org/v2/shows/61597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Future Crimes",
    "track_id": "14981a70-718a-344b-865e-ddfba404fd13",
    "recording_id": "dfc3217c-4580-480f-983f-3f23f73954da",
    "artist": "Wild Flag",
    "artist_ids": [
        "4473e47b-81bb-47af-8cb0-1cad6f68d8bc"
    ],
    "album": "Wild Flag",
    "release_id": "0b9e9d9c-4e13-426b-b28b-839a6ef00d37",
    "release_group_id": "4139b611-40ac-46d6-a916-c141198e9633",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2011-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Wild Flag is a Portland, Oregon and Washington, DC-based quartet consisting of Carrie Brownstein, Rebecca Cole, Mary Timony, and Janet Weiss. The members of Wild Flag have played in numerous and notable bands including Sleater-Kinney, Helium, Quasi, The Minders, Stephen Malkmus and the Jicks, and others.   \n\nhttps://wildflag.bandcamp.com/track/future-crimes-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}