Information about plays

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

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

{
    "id": 377867,
    "uri": "https://api.kexp.org/v2/plays/377867/?format=api",
    "airdate": "2019-09-07T09:01:11-07:00",
    "show": 6287,
    "show_uri": "https://api.kexp.org/v2/shows/6287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mash You Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Cornell Campbell",
    "artist_ids": [
        "4272801c-1180-4098-80f9-d7ab27dadea9"
    ],
    "album": "I Man A The Stal A Watt",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "VP Music Group Inc."
    ],
    "label_ids": [
        "3bc9f520-b2eb-466a-b4c3-48d2fe8dbb03"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}