Information about plays

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

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

{
    "id": 517520,
    "uri": "https://api.kexp.org/v2/plays/517520/?format=api",
    "airdate": "2002-02-13T21:03:00-08:00",
    "show": 8928,
    "show_uri": "https://api.kexp.org/v2/shows/8928/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stumble Then Rise On Some Awkward Morning",
    "track_id": null,
    "recording_id": null,
    "artist": "A Silver Mt. Zion",
    "artist_ids": [
        "54a55229-e611-439f-928e-d89919ff9d29"
    ],
    "album": "He Has Left Us Alone But Shafts Of Light Sometimes Grace The Corners Of Our",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Constellation"
    ],
    "label_ids": [
        "3496ee09-46bf-4bfd-92f1-38593e24d987"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}