Information about plays

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

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

{
    "id": 3439030,
    "uri": "https://api.kexp.org/v2/plays/3439030/?format=api",
    "airdate": "2024-12-17T00:05:27-08:00",
    "show": 62130,
    "show_uri": "https://api.kexp.org/v2/shows/62130/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a25a2f7-b752-4b52-9392-85223f027890/35947354428-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a25a2f7-b752-4b52-9392-85223f027890/35947354428-250.jpg",
    "song": "Surfing on Steam (Band Du Lunar Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Ecstasy of Saint Theresa",
    "artist_ids": [
        "96b07e37-6c19-4241-920e-834496b1f263"
    ],
    "album": "Astralavista",
    "release_id": null,
    "release_group_id": "31f4d833-ec7e-3e5b-852f-bd888d85bd74",
    "labels": [
        "Free"
    ],
    "label_ids": [
        "217214dd-3597-4376-ad70-5223496528ec"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/O Gian Lorenzo Bernini",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}