Information about plays

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

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

{
    "id": 353222,
    "uri": "https://api.kexp.org/v2/plays/353222/?format=api",
    "airdate": "2019-07-11T21:48:01-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/3d2d4520-8297-4143-8700-4a0850f87cfc/6804248140-250.jpg",
    "thumbnail_uri": "",
    "song": "Hiding",
    "track_id": "8c41cee2-3cdb-3e1d-bd6f-c0f582b29a7a",
    "recording_id": null,
    "artist": "Breakestra",
    "artist_ids": [
        "ff031437-a78e-46f4-88a1-ab876bf0725d"
    ],
    "album": "Hit the Floor",
    "release_id": "3d2d4520-8297-4143-8700-4a0850f87cfc",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2005-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is by Breakestra and appears on the album Hit the Floor (2005) and \nBreakestra is a funk music project founded by Miles Tackett and based in Los Angeles, California.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}