Information about plays

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

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

{
    "id": 379814,
    "uri": "https://api.kexp.org/v2/plays/379814/?format=api",
    "airdate": "2019-09-12T03:17:53-07:00",
    "show": 6321,
    "show_uri": "https://api.kexp.org/v2/shows/6321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forest Floor",
    "track_id": null,
    "recording_id": null,
    "artist": "A Psychic Yes",
    "artist_ids": [],
    "album": "Maze Dream EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kalahari Oyster Cult"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "d e e p - https://kalaharioystercult.bandcamp.com/merch/a-psychic-yes-maze-dream-ep-oyster18",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}