Information about plays

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

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

{
    "id": 3418365,
    "uri": "https://api.kexp.org/v2/plays/3418365/?format=api",
    "airdate": "2024-10-28T10:48:20-07:00",
    "show": 61698,
    "show_uri": "https://api.kexp.org/v2/shows/61698/?format=api",
    "image_uri": "https://coverartarchive.org/release/e87a3195-a5a1-4dbf-a198-3f9eb78d6951/950384637-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e87a3195-a5a1-4dbf-a198-3f9eb78d6951/950384637-250.jpg",
    "song": "In Bloom",
    "track_id": null,
    "recording_id": "d6ba90c5-df4f-4ffe-b0a5-c373193d1278",
    "artist": "Butch Walker and the Black Widows",
    "artist_ids": [
        "24e23bd6-f090-412e-9c62-6f489441861d"
    ],
    "album": "Spin Presents Newermind",
    "release_id": null,
    "release_group_id": "09e133a5-0b64-4b80-bf73-2660e218d0d2",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2011-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Nirvana cover by Butch Walker and the Black Widows was released on a collection curated by Spin magazine in 2011.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}