Information about plays

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

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

{
    "id": 3413642,
    "uri": "https://api.kexp.org/v2/plays/3413642/?format=api",
    "airdate": "2024-10-16T23:29:52-07:00",
    "show": 61595,
    "show_uri": "https://api.kexp.org/v2/shows/61595/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Speaks Of Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Ends",
    "artist_ids": [
        "ee88a13a-f9fd-45f0-a7dd-3551566c4976"
    ],
    "album": "Psychotic Stew",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2024-10-11",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Gunk Pop record of the year! Catch 'em at The Funhouse on November 16.\n\nhttps://blackends.bandcamp.com/album/psychotic-spew-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}