Information about plays

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

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

{
    "id": 3422568,
    "uri": "https://api.kexp.org/v2/plays/3422568/?format=api",
    "airdate": "2024-11-07T16:43:38-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Renegade",
    "track_id": null,
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written, recorded and produced by Doves between Manchester, North Wales and Cheshire – with additional production from long-term collaborator, Dan Austin – ‘Constellations For The Lonely’ will be released on Friday February 14, 2025, via EMI North.\nhttps://www.nme.com/news/music/doves-interview-renegade-new-album-constellations-for-the-lonely-jimi-goodwin-mental-health-3809126",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}