Information about plays

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

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

{
    "id": 3416855,
    "uri": "https://api.kexp.org/v2/plays/3416855/?format=api",
    "airdate": "2024-10-24T21:00:15-07:00",
    "show": 61663,
    "show_uri": "https://api.kexp.org/v2/shows/61663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Symphony No. 5 (Beethoven)",
    "track_id": null,
    "recording_id": null,
    "artist": "寺内タケシとブルージーンズ",
    "artist_ids": [
        "281a04ec-3db1-48f2-91e8-cef8f182480e"
    ],
    "album": "Takeshi Terauchi and the Bunnys",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "寺内タケシとブルージーンズ is a Japanese band, formed in 1966 after Takeshi Terauchi split temporarily with his previous group, Blue Jeans. They released their debut single in December of that year, and had several hit singles and albums over the years that followed.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}