Information about plays

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

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

{
    "id": 3410161,
    "uri": "https://api.kexp.org/v2/plays/3410161/?format=api",
    "airdate": "2024-10-08T19:53:18-07:00",
    "show": 61524,
    "show_uri": "https://api.kexp.org/v2/shows/61524/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Garawek Khaos",
    "track_id": null,
    "recording_id": null,
    "artist": "Cemento Atlantico",
    "artist_ids": [
        "f85baf25-584e-4849-abf0-a3e7435b5e56"
    ],
    "album": "Dromomania",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bronson Recordings"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From this year's May release 'Dromomania,' Cemento Atlantico focused on the use of field recording to make the record and this particularly bouncy take on those field recordings\n---\n The singing theme is the result of a recording I was allowed to take during the celebrations of a wedding in Chiang Mai. The oldest woman dedicates a song of good wishes to the young couple, so that they can regain the lost freedom of the Kingdom of Siam.\n---\nhttps://cementoatlantico.bandcamp.com/album/dromomania",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}