Information about plays

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

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

{
    "id": 371992,
    "uri": "https://api.kexp.org/v2/plays/371992/?format=api",
    "airdate": "2019-08-25T02:57:00-07:00",
    "show": 6197,
    "show_uri": "https://api.kexp.org/v2/shows/6197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cellout",
    "track_id": "55349df1-16ab-447e-b2e9-11557a975081",
    "recording_id": null,
    "artist": "03 Greedo",
    "artist_ids": [
        "66c0ac71-339a-44a5-a549-66d305b61fce"
    ],
    "album": "Meet the Drummers",
    "release_id": "039b6314-b50e-4fb5-9e31-47e0d8d061ca",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "03 Greedo is currently serving a 20 year sentence, but had recorded enough material to continually release new tracks throughout.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}