Information about plays

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

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

{
    "id": 423637,
    "uri": "https://api.kexp.org/v2/plays/423637/?format=api",
    "airdate": "2001-05-12T00:42:51-07:00",
    "show": 7099,
    "show_uri": "https://api.kexp.org/v2/shows/7099/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Bloody Valentine (Nitty mix)",
    "track_id": "275ef745-e06e-435f-bb21-d87ea3f1cfa8",
    "recording_id": null,
    "artist": "DJ Wally + Lura",
    "artist_ids": [
        "6246c941-2b54-4442-b536-9f627236caab"
    ],
    "album": "Headz 2A (disc 1)",
    "release_id": "62d66610-72a6-4eb6-9868-f297c524090d",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1996-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}