Information about plays

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

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

{
    "id": 379854,
    "uri": "https://api.kexp.org/v2/plays/379854/?format=api",
    "airdate": "2019-09-12T05:05:31-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "April AM",
    "track_id": null,
    "recording_id": null,
    "artist": "Greeen Linez",
    "artist_ids": [],
    "album": "Strange Energy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Diskotopia"
    ],
    "label_ids": [
        "6782184c-5bd4-4473-9323-a343f3b7fa3b"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tokyo-based duo Greeen Linez wishing you a very chill morning - https://greeenlinez.bandcamp.com/album/strange-energy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}