Information about plays

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

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

{
    "id": 438166,
    "uri": "https://api.kexp.org/v2/plays/438166/?format=api",
    "airdate": "2001-06-24T20:25:00-07:00",
    "show": 7383,
    "show_uri": "https://api.kexp.org/v2/shows/7383/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light Cycles",
    "track_id": "3b0200f5-c4aa-49c3-bf56-38ab0a630a5a",
    "recording_id": null,
    "artist": "Accidental Heroes",
    "artist_ids": [
        "cc786d2e-2235-47ff-a384-ac8b1f923782"
    ],
    "album": "Power Play EP, Volume III (disc 3)",
    "release_id": "980b4e2d-82ca-4061-966c-d115e538e20f",
    "release_group_id": null,
    "labels": [
        "Formation Records"
    ],
    "label_ids": [
        "67d6efac-a656-4a32-ae8d-affa48686821"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}