Information about plays

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

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

{
    "id": 3439034,
    "uri": "https://api.kexp.org/v2/plays/3439034/?format=api",
    "airdate": "2024-12-17T00:23:32-08:00",
    "show": 62130,
    "show_uri": "https://api.kexp.org/v2/shows/62130/?format=api",
    "image_uri": "https://coverartarchive.org/release/481d2456-3c00-4639-9443-75426ff64bd7/33117652981-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/481d2456-3c00-4639-9443-75426ff64bd7/33117652981-250.jpg",
    "song": "Idacs",
    "track_id": null,
    "recording_id": null,
    "artist": "EQVinoks",
    "artist_ids": [],
    "album": "Ti Si Sav Moj Bol",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sunny Crypt"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You had me at \"90s Serbian trance techno reissue\" - https://sunnycrypt.bandcamp.com/album/ti-si-sav-moj-bol",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}