Information about plays

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

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

{
    "id": 457414,
    "uri": "https://api.kexp.org/v2/plays/457414/?format=api",
    "airdate": "2001-08-19T20:30:00-07:00",
    "show": 7752,
    "show_uri": "https://api.kexp.org/v2/shows/7752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sister Moon",
    "track_id": "87b4808c-e3ec-40a4-90f6-7a97d5615474",
    "recording_id": null,
    "artist": "Gimmik",
    "artist_ids": [
        "f47e4a14-b2b8-439c-948a-a2022ed1ea03"
    ],
    "album": "?!Load Error EP",
    "release_id": "bb8a78b8-fe98-4187-b99a-e69d423c29ca",
    "release_group_id": null,
    "labels": [
        "Worm Interface"
    ],
    "label_ids": [
        "0067df71-ef0c-49ce-a727-a06cf833928f"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}