Information about plays

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

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

{
    "id": 374199,
    "uri": "https://api.kexp.org/v2/plays/374199/?format=api",
    "airdate": "2019-08-29T22:24:00-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cloud Nine",
    "track_id": "46b9f81a-9538-3fd9-9c79-9f5f7ed23182",
    "recording_id": null,
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "Psychedelic Soul",
    "release_id": "be5d7385-5bcd-4f8c-9999-f2181a766dc6",
    "release_group_id": null,
    "labels": [
        "Spectrum Music"
    ],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cloud Nine\" is a 1968 hit single recorded by The Temptations for the Motown label. The song was written by Whitfield and former Motown artist Barrett Strong.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}