Information about plays

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

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

{
    "id": 381809,
    "uri": "https://api.kexp.org/v2/plays/381809/?format=api",
    "airdate": "2019-09-17T02:44:13-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "http://coverartarchive.org/release/de1a922b-31e3-4537-8198-eeacdfdbd0ee/23358325743-250.jpg",
    "thumbnail_uri": "",
    "song": "Power",
    "track_id": "0e526661-f0e4-4052-b018-ebbd7276c7d8",
    "recording_id": null,
    "artist": "Seratones",
    "artist_ids": [
        "19168b28-e876-4f17-83ef-e01475e2f1ae"
    ],
    "album": "Power",
    "release_id": "de1a922b-31e3-4537-8198-eeacdfdbd0ee",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP's Song of The Day, \"Gotta Get to Know Ya\": https://www.kexp.org/podcasts/song-of-the-day/2019/5/27/seratones-gotta-get-know-ya/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}