Information about plays

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

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

{
    "id": 3413717,
    "uri": "https://api.kexp.org/v2/plays/3413717/?format=api",
    "airdate": "2024-10-17T03:42:57-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Driptorch",
    "track_id": null,
    "recording_id": null,
    "artist": "Parlor Greens",
    "artist_ids": [
        "9d13baba-2e96-448e-ac2b-bf38fc189827"
    ],
    "album": "In Green We Dream",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fantastic debut record from this new trio of Tim Carman (GA-20) on drums, Jimmy James (True Loves, formerly Delvon Lamarr Organ Trio) on guitar, and Adam Scone (Scone Cash Players, The Sugarman 3) on organ. https://parlorgreens.bandcamp.com/album/in-green-we-dream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}