Information about plays

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

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

{
    "id": 375810,
    "uri": "https://api.kexp.org/v2/plays/375810/?format=api",
    "airdate": "2019-09-03T01:36:12-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/aa69d362-db96-48d1-9a74-0904bb26a426/23576596390-250.jpg",
    "thumbnail_uri": "",
    "song": "Admission",
    "track_id": "3e8df358-5897-4c44-be90-24a16cf1f704",
    "recording_id": null,
    "artist": "Torche",
    "artist_ids": [
        "a04428a8-f7df-42fe-95dc-47762fe346f6"
    ],
    "album": "Admission",
    "release_id": "aa69d362-db96-48d1-9a74-0904bb26a426",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Highline in Seattle on Sun. Sept. 15th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}