Information about plays

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

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

{
    "id": 3413595,
    "uri": "https://api.kexp.org/v2/plays/3413595/?format=api",
    "airdate": "2024-10-16T20:55:22-07:00",
    "show": 61594,
    "show_uri": "https://api.kexp.org/v2/shows/61594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tolls (To See Me)",
    "track_id": null,
    "recording_id": null,
    "artist": "Annabelle Chairlegs",
    "artist_ids": [
        "ac3b8da6-6727-4f06-98aa-f2b155bfff34"
    ],
    "album": "Tolls (To See Me)",
    "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": "New music from Annabelle Chairlegs! They'll be playing in Seattle on 11/12 at Belltown Yacht Club and San Francisco on 11/15 at The Knockout!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}