Information about plays

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

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

{
    "id": 450145,
    "uri": "https://api.kexp.org/v2/plays/450145/?format=api",
    "airdate": "2001-07-29T23:15:00-07:00",
    "show": 7613,
    "show_uri": "https://api.kexp.org/v2/shows/7613/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tenderly",
    "track_id": "fb602b37-8e53-476a-9a75-e0be072cd41b",
    "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"
}