Information about plays

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

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

{
    "id": 437455,
    "uri": "https://api.kexp.org/v2/plays/437455/?format=api",
    "airdate": "2001-06-22T14:30:00-07:00",
    "show": 7367,
    "show_uri": "https://api.kexp.org/v2/shows/7367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Northern Soul",
    "track_id": "407656d5-a904-43c0-b586-29dd034ec256",
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Northern Soul Demos",
    "release_id": "e2a3a980-9110-46ef-aa86-7a77678bb634",
    "release_group_id": null,
    "labels": [
        "Vernon Yard"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}