Information about plays

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

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

{
    "id": 365852,
    "uri": "https://api.kexp.org/v2/plays/365852/?format=api",
    "airdate": "2019-08-11T04:47:18-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Light",
    "track_id": "1cf6189d-50dd-4a6d-8914-d7c210b589ce",
    "recording_id": null,
    "artist": "Tei Shi",
    "artist_ids": [
        "921f2966-dfe6-4101-95fc-c8233d76f59f"
    ],
    "album": "Red Light",
    "release_id": "e08023b2-6722-4f07-9989-5bc8f8db47f4",
    "release_group_id": null,
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2019-07-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch Tei Shi's full live performance at KEXP from back in 2017 https://www.youtube.com/watch?v=SBVZetm9bO4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}