Information about plays

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

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

{
    "id": 377472,
    "uri": "https://api.kexp.org/v2/plays/377472/?format=api",
    "airdate": "2019-09-06T13:01:42-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/aa69d362-db96-48d1-9a74-0904bb26a426/23576596390-250.jpg",
    "thumbnail_uri": "",
    "song": "Submission",
    "track_id": "cfe5460d-67af-4a34-ada1-dc6d0a92602e",
    "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": "Miami band Torche play the Highline in Seattle on Sunday, September 15.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}