Information about plays

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

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

{
    "id": 368864,
    "uri": "https://api.kexp.org/v2/plays/368864/?format=api",
    "airdate": "2019-08-17T22:42:00-07:00",
    "show": 6148,
    "show_uri": "https://api.kexp.org/v2/shows/6148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don’t Want to Be the One",
    "track_id": "49ab9f7c-94af-49f3-a752-c8b375483125",
    "recording_id": null,
    "artist": "Rotten Mind",
    "artist_ids": [
        "dcf21593-7ca2-4cf7-82d4-141805ce36be"
    ],
    "album": "I’m Alone Even With You",
    "release_id": "f44e4541-337e-4359-ab18-9f9f43253b56",
    "release_group_id": null,
    "labels": [
        "Lövely Records"
    ],
    "label_ids": [
        "81d628ef-69e3-48bc-9fef-0a1c824383fe"
    ],
    "release_date": "2015-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}