Information about plays

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

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

{
    "id": 3429286,
    "uri": "https://api.kexp.org/v2/plays/3429286/?format=api",
    "airdate": "2024-11-24T00:00:06-08:00",
    "show": 61931,
    "show_uri": "https://api.kexp.org/v2/shows/61931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Within the Machine",
    "track_id": null,
    "recording_id": null,
    "artist": "Sun Worship",
    "artist_ids": [],
    "album": "Upon the Hills of Divination",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vendetta Records"
    ],
    "label_ids": [
        "2c13b9ba-9309-4166-ac56-d1ee5a8b75b1"
    ],
    "release_date": "2024-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upon the Hills of Divination is the fourth full length album from this duo out of Berlin, Germany.\n\nhttps://sunworship.bandcamp.com/music\nhttps://www.facebook.com/sunworshipband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}