Information about plays

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

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

{
    "id": 533726,
    "uri": "https://api.kexp.org/v2/plays/533726/?format=api",
    "airdate": "2002-04-02T02:16:26-08:00",
    "show": 9246,
    "show_uri": "https://api.kexp.org/v2/shows/9246/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free Flow Dialogue",
    "track_id": "d53dcdf6-a593-431d-98c8-471ab677e442",
    "recording_id": null,
    "artist": "David S. Ware",
    "artist_ids": [
        "db02ef48-952a-48e6-953f-d63b8fbe18a6"
    ],
    "album": "Third Ear Recitation",
    "release_id": "f604ef30-9cae-4a0b-8a72-02f3df2f4f5c",
    "release_group_id": null,
    "labels": [
        "Jasrac"
    ],
    "label_ids": [],
    "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"
}