Information about plays

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

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

{
    "id": 529705,
    "uri": "https://api.kexp.org/v2/plays/529705/?format=api",
    "airdate": "2002-03-21T18:07:00-08:00",
    "show": 9167,
    "show_uri": "https://api.kexp.org/v2/shows/9167/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Got a Rocket in My Pocket",
    "track_id": "f1642961-abb9-4b97-b0c2-80b708a4e507",
    "recording_id": null,
    "artist": "The Twangbangers",
    "artist_ids": [
        "ce0a91b2-389a-4129-bdad-5158c6b2e079"
    ],
    "album": "26 Days on the Road",
    "release_id": "b8be65fa-e516-4e5d-ae09-fd1be057aa64",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "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"
}