Information about plays

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

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

{
    "id": 478817,
    "uri": "https://api.kexp.org/v2/plays/478817/?format=api",
    "airdate": "2001-10-21T20:31:45-07:00",
    "show": 8170,
    "show_uri": "https://api.kexp.org/v2/shows/8170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine (Chop Shop dub)",
    "track_id": "a668af28-3577-4313-9065-d97a4a4ecca3",
    "recording_id": null,
    "artist": "Solaris",
    "artist_ids": [
        "982dde6a-0c95-4b8f-a474-705fde028e95"
    ],
    "album": "Sunshine",
    "release_id": "480ee23e-00de-4bd4-b3b9-604388c4e56a",
    "release_group_id": null,
    "labels": [
        "Guidance Recordings"
    ],
    "label_ids": [
        "cea69953-53e4-4ea2-9d00-19fc7f54d74c"
    ],
    "release_date": "2002-01-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}