Information about plays

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

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

{
    "id": 375464,
    "uri": "https://api.kexp.org/v2/plays/375464/?format=api",
    "airdate": "2019-09-02T03:19:22-07:00",
    "show": 6253,
    "show_uri": "https://api.kexp.org/v2/shows/6253/?format=api",
    "image_uri": "http://coverartarchive.org/release/a58ed6b8-287f-4e22-85ca-2a173b4eaffb/20706935098-250.jpg",
    "thumbnail_uri": "",
    "song": "Black Lagoon",
    "track_id": "d7ef6f2e-0459-4c38-9244-b330931f8513",
    "recording_id": null,
    "artist": "Still Corners",
    "artist_ids": [
        "ea5493df-b8d9-4c89-bd5b-6c4aeba7a0ac"
    ],
    "album": "Slow Air",
    "release_id": "a58ed6b8-287f-4e22-85ca-2a173b4eaffb",
    "release_group_id": null,
    "labels": [
        "Wrecking Light Records"
    ],
    "label_ids": [
        "b02e21a6-db77-4b43-b5ab-13560348550d"
    ],
    "release_date": "2018-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}