Information about plays

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

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

{
    "id": 3413315,
    "uri": "https://api.kexp.org/v2/plays/3413315/?format=api",
    "airdate": "2024-10-16T08:26:44-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free",
    "track_id": null,
    "recording_id": "21940ab6-ec9e-4bdb-bcec-68c6696e297c",
    "artist": "Florence + the Machine",
    "artist_ids": [
        "5fee3020-513b-48c2-b1f7-4681b01db0c6"
    ],
    "album": "Dance Fever",
    "release_id": null,
    "release_group_id": "bcdc25a0-7c27-4a77-80fa-f5feb8f49733",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2022-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dance Fever was recorded in London over the course of the pandemic. The songs evoke what singer Florence Welch “missed most during lockdown — clubs, dancing at festivals, being in the whirl of movement, and togetherness,” according to a release. On Instagram, the singer described the album as “a fairytale in 14 songs.”\nhttps://www.youtube.com/watch?v=ui8kUKuLBaU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}