Information about plays

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

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

{
    "id": 353190,
    "uri": "https://api.kexp.org/v2/plays/353190/?format=api",
    "airdate": "2019-07-11T20:09:00-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothin’ Feels Right but Doin’ Wrong",
    "track_id": "a8169227-e6fd-4f87-8458-44770e65e58d",
    "recording_id": null,
    "artist": "Sarah Shook & the Disarmers",
    "artist_ids": [
        "8e0ce55f-8acc-4c6b-b651-7e97d1a8ceb3"
    ],
    "album": "Sidelong",
    "release_id": "56c0db55-c198-4569-bfe9-ef76e02ee083",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri. July 19th at the Tractor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}