Information about plays

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

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

{
    "id": 379405,
    "uri": "https://api.kexp.org/v2/plays/379405/?format=api",
    "airdate": "2019-09-11T03:58:00-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anna Painting",
    "track_id": null,
    "recording_id": null,
    "artist": "Four Tet",
    "artist_ids": [
        "3bcff06f-675a-451f-9075-99e8657047e8"
    ],
    "album": "Anna Painting",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Four Tet (aka Kieran Hebden) has shared a collection of three new songs called Anna Painting. The project was made in collaboration with painter Anna Liber Lewis over the course of several months.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}