Information about plays

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

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

{
    "id": 375326,
    "uri": "https://api.kexp.org/v2/plays/375326/?format=api",
    "airdate": "2019-09-01T17:48:51-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nabuma Rubberband",
    "track_id": "6308878d-43df-4a33-99f7-1d3b895d4c84",
    "recording_id": null,
    "artist": "Little Dragon",
    "artist_ids": [
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff"
    ],
    "album": "Nabuma Rubberband",
    "release_id": "7427f661-68f1-4628-8837-9c7c2cbae802",
    "release_group_id": null,
    "labels": [
        "Seven Four Entertainment"
    ],
    "label_ids": [
        "ab49a807-ea09-4529-b5de-6c28c19fc7f5"
    ],
    "release_date": "2014-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}