Information about plays

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

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

{
    "id": 2682365,
    "uri": "https://api.kexp.org/v2/plays/2682365/?format=api",
    "airdate": "2020-01-05T07:08:00-08:00",
    "show": 46298,
    "show_uri": "https://api.kexp.org/v2/shows/46298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sirens Of Titan (Flooded)",
    "track_id": null,
    "recording_id": null,
    "artist": "Enrico Coniglio",
    "artist_ids": [],
    "album": "Homework - Year 4",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "taâlem"
    ],
    "label_ids": [],
    "release_date": "2019-12-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New 59-track compilation from Belgian label featuring previously unreleased tracks by artists that put out music on the label in 2019 ~ Available for a name-your-price download at https://taalem.bandcamp.com/album/homework-year-4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}