Information about plays

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

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

{
    "id": 350305,
    "uri": "https://api.kexp.org/v2/plays/350305/?format=api",
    "airdate": "2019-07-05T03:52:36-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/54365d12-b441-4253-82ff-00b4e283ae52/21461031880-250.jpg",
    "thumbnail_uri": "",
    "song": "Hire",
    "track_id": "efa6f4db-309a-4eea-852a-349aacb25114",
    "recording_id": null,
    "artist": "Girlpool",
    "artist_ids": [
        "f15d2f13-6de2-434f-a6dc-ac1ce45d9636"
    ],
    "album": "What Chaos Is Imaginary",
    "release_id": "54365d12-b441-4253-82ff-00b4e283ae52",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}