Information about plays

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

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

{
    "id": 423642,
    "uri": "https://api.kexp.org/v2/plays/423642/?format=api",
    "airdate": "2001-05-12T01:06:00-07:00",
    "show": 7100,
    "show_uri": "https://api.kexp.org/v2/shows/7100/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ideational Blue",
    "track_id": "6b6e37c7-5022-4ff6-b8bc-c5437f9c3231",
    "recording_id": null,
    "artist": "David S. Ware",
    "artist_ids": [
        "db02ef48-952a-48e6-953f-d63b8fbe18a6"
    ],
    "album": "Earthquation",
    "release_id": "f4175198-188c-465d-bc90-ff5e7764118f",
    "release_group_id": null,
    "labels": [
        "DIW"
    ],
    "label_ids": [
        "23a817d3-6051-48f8-8945-05cbe4f2ca2e"
    ],
    "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"
}