Information about plays

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

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

{
    "id": 2680470,
    "uri": "https://api.kexp.org/v2/plays/2680470/?format=api",
    "airdate": "2019-12-31T16:45:51-08:00",
    "show": 46265,
    "show_uri": "https://api.kexp.org/v2/shows/46265/?format=api",
    "image_uri": "https://coverartarchive.org/release/1dae23c4-b91a-4a8f-a871-4244d98ebfa2/16138753887-250.jpg",
    "thumbnail_uri": "",
    "song": "Show You the Way",
    "track_id": "95f1cfbb-b427-468e-9a9d-398c9adff4d3",
    "recording_id": null,
    "artist": "Thundercat feat. Michael McDonald & Kenny Loggins",
    "artist_ids": [
        "15042d2b-2d4c-4451-a96a-6f547642de13"
    ],
    "album": "Drunk",
    "release_id": "1dae23c4-b91a-4a8f-a871-4244d98ebfa2",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}