Information about plays

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

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

{
    "id": 2682264,
    "uri": "https://api.kexp.org/v2/plays/2682264/?format=api",
    "airdate": "2020-01-05T00:37:00-08:00",
    "show": 46296,
    "show_uri": "https://api.kexp.org/v2/shows/46296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Granite",
    "track_id": "8b67f926-8787-3b9a-99a3-aaaa17fc594c",
    "recording_id": null,
    "artist": "Lurker of Chalice",
    "artist_ids": [
        "e7969596-ab01-4a66-b969-32cb0798eacf"
    ],
    "album": "Lurker of Chalice",
    "release_id": "43a4d87a-beaf-413d-8470-a33d14a12a6f",
    "release_group_id": null,
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [],
    "release_date": "2005-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nuclear War Now will release a compilation of remastered/rerecorded Lurker of Chalice material in March titled, Tellurian Slaked Furnace; https://nuclearwarnowproductions.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}