Information about plays

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

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

{
    "id": 3439037,
    "uri": "https://api.kexp.org/v2/plays/3439037/?format=api",
    "airdate": "2024-12-17T00:35:49-08:00",
    "show": 62130,
    "show_uri": "https://api.kexp.org/v2/shows/62130/?format=api",
    "image_uri": "https://coverartarchive.org/release/26dde5f0-edc6-4fd1-bcf7-ea0c78fd23c9/32600381687-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26dde5f0-edc6-4fd1-bcf7-ea0c78fd23c9/32600381687-250.jpg",
    "song": "Holorform",
    "track_id": null,
    "recording_id": null,
    "artist": "Squarepusher",
    "artist_ids": [
        "4d86ad4e-28d8-4e9f-8cf4-735c57060fdc"
    ],
    "album": "Dostrotime",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another 2024 gem I missed - https://squarepusher.bandcamp.com/album/dostrotime-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}