Information about plays

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

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

{
    "id": 379594,
    "uri": "https://api.kexp.org/v2/plays/379594/?format=api",
    "airdate": "2019-09-11T15:06:14-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "http://coverartarchive.org/release/9ff89174-d7ca-4c3f-99de-a5dc1eb4f4a6/23266427192-250.jpg",
    "thumbnail_uri": "",
    "song": "Vampires",
    "track_id": "7f0edaed-0f04-4124-aea0-3c12fc8f7d70",
    "recording_id": null,
    "artist": "Bat for Lashes",
    "artist_ids": [
        "10000730-525f-4ed5-aaa8-92888f060f5f"
    ],
    "album": "Lost Girls",
    "release_id": "9ff89174-d7ca-4c3f-99de-a5dc1eb4f4a6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Natasha Khan (aka Bat for Lashes) on her ambition to direct a horror film and the influence of California on her new album \"Lost Girls\" which was released on September 6th: https://bit.ly/2TG4Wf1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}