Information about plays

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

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

{
    "id": 3438338,
    "uri": "https://api.kexp.org/v2/plays/3438338/?format=api",
    "airdate": "2024-12-15T09:37:01-08:00",
    "show": 62116,
    "show_uri": "https://api.kexp.org/v2/shows/62116/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Empty Trainload of Sky",
    "track_id": null,
    "recording_id": null,
    "artist": "Gillian Welch",
    "artist_ids": [],
    "album": "Woodland",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Acony Records"
    ],
    "label_ids": [
        "2cf5b679-cad4-442b-9a4d-2e474c13fb90"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album was named after her and partner David Rawlings’ recording studio that was almost destroyed by the 2020 tornado that swept through Nashville. \nhttps://www.npr.org/2024/09/07/nx-s1-5082308/review-gillian-welch-david-rawlings-woodland\nhttps://gillianwelch.bandcamp.com/album/woodland",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}