Information about plays

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

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

{
    "id": 366165,
    "uri": "https://api.kexp.org/v2/plays/366165/?format=api",
    "airdate": "2019-08-11T22:59:00-07:00",
    "show": 6107,
    "show_uri": "https://api.kexp.org/v2/shows/6107/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Think Of Saturday",
    "track_id": "00ede6e1-f1b4-4659-ba37-711d26a0e636",
    "recording_id": null,
    "artist": "Moodymann",
    "artist_ids": [
        "17d69e72-9cf2-496f-aa64-ba238de2087e"
    ],
    "album": "Sinner",
    "release_id": "ccb82822-7164-4cb6-976b-271ebeb8490e",
    "release_group_id": null,
    "labels": [
        "KDJ"
    ],
    "label_ids": [
        "a95dc7cf-d766-43c9-bdbb-fde8361c937d"
    ],
    "release_date": "2019-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}