Information about plays

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

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

{
    "id": 3438346,
    "uri": "https://api.kexp.org/v2/plays/3438346/?format=api",
    "airdate": "2024-12-15T10:01:15-08:00",
    "show": 62116,
    "show_uri": "https://api.kexp.org/v2/shows/62116/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Green Town",
    "track_id": null,
    "recording_id": null,
    "artist": "The Bures Band",
    "artist_ids": [
        "78d93b3b-12de-474f-a2ef-bb579c6a2325"
    ],
    "album": "Fool Circle",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Love Police and Tapes"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Western Australians continue the sound of 1970s Laurel Canyon cosmic folk rock on their latest album.\nhttps://theburesband.bandcamp.com/album/fool-circle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}