Information about plays

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

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

{
    "id": 357323,
    "uri": "https://api.kexp.org/v2/plays/357323/?format=api",
    "airdate": "2019-07-21T16:07:00-07:00",
    "show": 5957,
    "show_uri": "https://api.kexp.org/v2/shows/5957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Open Your Eyes",
    "track_id": "a1c28a52-c37a-4170-9da6-35a5baa0f103",
    "recording_id": null,
    "artist": "STRFKR",
    "artist_ids": [
        "0a19e3e4-7970-4adf-8439-90bdcc9c8661"
    ],
    "album": "Being No One, Going Nowhere",
    "release_id": "87a3a66c-70ae-4127-8e3a-738a1b0d5951",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}