Information about plays

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

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

{
    "id": 374764,
    "uri": "https://api.kexp.org/v2/plays/374764/?format=api",
    "airdate": "2019-08-31T06:06:00-07:00",
    "show": 6236,
    "show_uri": "https://api.kexp.org/v2/shows/6236/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Simple and Sweet",
    "track_id": "29387c74-f0ed-4339-9b22-dcc498d8de30",
    "recording_id": null,
    "artist": "Roy Ayers",
    "artist_ids": [
        "06e199c1-6f33-477b-a74d-bc8a283bd8f0"
    ],
    "album": "Fever",
    "release_id": "ce04b55c-6703-4eae-a14c-5c9bf00b6479",
    "release_group_id": null,
    "labels": [
        "Soul Brother Records"
    ],
    "label_ids": [
        "6fb509c2-c08e-45b5-bb20-b6b388db3272"
    ],
    "release_date": "2013-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}