Information about plays

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

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

{
    "id": 371096,
    "uri": "https://api.kexp.org/v2/plays/371096/?format=api",
    "airdate": "2019-08-23T00:52:35-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watch & Pray",
    "track_id": "77e42276-5a35-4c0f-b2ef-bad8722935cb",
    "recording_id": null,
    "artist": "The Congos",
    "artist_ids": [
        "6a810a7e-0163-41c5-b198-2edcbb4a33bb"
    ],
    "album": "Feast",
    "release_id": "ecb76cfc-db24-4151-b91d-a6a8f956fadf",
    "release_group_id": null,
    "labels": [
        "Kingston Sounds"
    ],
    "label_ids": [
        "4ebb2125-2de0-4473-8f41-54c686a60d0c"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Congos possess what all bands look for, that unique distinctive sound that draws the listener in. Alongside the great songs, lead singer Cedric Myton's singing, phasing and falsetto voice makes that just the case.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}