Information about plays

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

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

{
    "id": 376646,
    "uri": "https://api.kexp.org/v2/plays/376646/?format=api",
    "airdate": "2019-09-04T17:16:16-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Cleaner",
    "track_id": "cd7d916c-2a77-4b51-b237-c8c307d3fb12",
    "recording_id": null,
    "artist": "Squid",
    "artist_ids": [
        "5422ef5d-00d4-4c7a-81ab-03cb8fc3cc45"
    ],
    "album": "Town Centre",
    "release_id": "4edfcc51-d5c5-43cf-865e-09cdc4b9d46f",
    "release_group_id": null,
    "labels": [
        "Speedy Wunderground"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This new EP will be out this Friday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}