Information about plays

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

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

{
    "id": 356160,
    "uri": "https://api.kexp.org/v2/plays/356160/?format=api",
    "airdate": "2019-07-18T19:20:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Nail",
    "track_id": "1b8bac68-4799-4058-8656-e46805fd94f7",
    "recording_id": null,
    "artist": "Sarah Shook & the Disarmers",
    "artist_ids": [
        "8e0ce55f-8acc-4c6b-b651-7e97d1a8ceb3"
    ],
    "album": "Sidelong",
    "release_id": "f584b2df-f48c-407a-b3a5-a2a840ba7989",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2017-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "this Fri. July 19th at the Tractor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}