Information about plays

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

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

{
    "id": 380021,
    "uri": "https://api.kexp.org/v2/plays/380021/?format=api",
    "airdate": "2019-09-12T14:13:20-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "http://coverartarchive.org/release/c50d3d01-3f3a-3685-9ad6-58d7942a31be/3374165987-250.jpg",
    "thumbnail_uri": "",
    "song": "Walk Idiot Walk",
    "track_id": "aa49ec6d-a794-3371-bee5-c0518262a3d5",
    "recording_id": null,
    "artist": "The Hives",
    "artist_ids": [
        "487bfd74-71bf-46dd-b89c-80b7a0f06f2f"
    ],
    "album": "Tyrannosaurus Hives",
    "release_id": "c50d3d01-3f3a-3685-9ad6-58d7942a31be",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2004-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Hives - Full Performance (Live on KEXP): https://bit.ly/2kxF9bQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}