Information about plays

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

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

{
    "id": 375781,
    "uri": "https://api.kexp.org/v2/plays/375781/?format=api",
    "airdate": "2019-09-02T23:23:35-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d35e29e-0ccb-435b-9232-f4e028100ef5/23539272473-250.jpg",
    "thumbnail_uri": "",
    "song": "Dark & Handsome (feat. Toro y Moi)",
    "track_id": "dd72e6ae-a79e-4643-8897-0de06b4468ad",
    "recording_id": null,
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Angel's Pulse",
    "release_id": "9d35e29e-0ccb-435b-9232-f4e028100ef5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}