Information about plays

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

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

{
    "id": 3420561,
    "uri": "https://api.kexp.org/v2/plays/3420561/?format=api",
    "airdate": "2024-11-02T18:04:01-07:00",
    "show": 61746,
    "show_uri": "https://api.kexp.org/v2/shows/61746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mid Transit",
    "track_id": null,
    "recording_id": "1097af4a-ee68-44f9-b8b1-924842639539",
    "artist": "Twizzle",
    "artist_ids": [
        "5502f23a-ae29-4339-b433-017d72cd5533"
    ],
    "album": "S'prise Inside",
    "release_id": null,
    "release_group_id": "e12730f8-3537-3e7d-83d4-04e04908a47f",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is a deep cut! A lovely spacey piece from Seattle duo Twizzle, which originally released back in 2007!\n\nRead about the album, S'prise Inside, here: https://threeimaginarygirls.com/twizzle_sizzles/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}