Information about plays

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

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

{
    "id": 372216,
    "uri": "https://api.kexp.org/v2/plays/372216/?format=api",
    "airdate": "2019-08-25T15:26:00-07:00",
    "show": 6201,
    "show_uri": "https://api.kexp.org/v2/shows/6201/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "hand solo",
    "track_id": "39aa1230-0d0d-415d-866f-186f979fbf7a",
    "recording_id": null,
    "artist": "Marika Hackman",
    "artist_ids": [
        "2b4f0c59-bd42-4d5c-9f14-e2a86550b0a8"
    ],
    "album": "Any Human Friend",
    "release_id": "9557e1a7-d012-43e5-986e-990046016d52",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2019-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}