Information about plays

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

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

{
    "id": 3410155,
    "uri": "https://api.kexp.org/v2/plays/3410155/?format=api",
    "airdate": "2024-10-08T19:32:59-07:00",
    "show": 61524,
    "show_uri": "https://api.kexp.org/v2/shows/61524/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "宇宙ステーションのレベル7 (Uchuu Station no Level 7 - Space station number 7)",
    "track_id": null,
    "recording_id": null,
    "artist": "ミラクルミュージカル",
    "artist_ids": [],
    "album": "Hawaii: Part II",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Electric Toothbrush Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the album released on 12/12/12, this track is what you want from a major note, aptly titled record like Hawaii: Part II\n\nSpace Station Level 7 (宇宙ステーションのレベル, pronounced Uchū Sutēshon No Reberu Nana) is the 6th track on the album. It is sung by Bora Karaca.\n\n---\nhttps://miraclemusical.bandcamp.com/album/hawaii-part-ii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}