Information about plays

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

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

{
    "id": 347197,
    "uri": "https://api.kexp.org/v2/plays/347197/?format=api",
    "airdate": "2019-06-27T23:15:28-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/c365e770-9608-4abb-b17c-da0fa1a60b8c/22632890601-250.jpg",
    "thumbnail_uri": "",
    "song": "Light Rail",
    "track_id": "6d78dbac-baa7-48dd-b70f-c50fac2b43b4",
    "recording_id": null,
    "artist": "Lena Raine",
    "artist_ids": [
        "f1693075-b637-49f8-8d0e-8cee8bec77cb"
    ],
    "album": "Oneknowing",
    "release_id": "c365e770-9608-4abb-b17c-da0fa1a60b8c",
    "release_group_id": null,
    "labels": [
        "Local Action"
    ],
    "label_ids": [
        "01e07ead-9ad5-45b2-8898-4f09b7e68512"
    ],
    "release_date": "2019-03-29",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lena Raine is an award winning & BAFTA nominated composer. She also releases electronic music under the name Kuraine. https://radicaldreamland.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}