Information about plays

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

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

{
    "id": 496523,
    "uri": "https://api.kexp.org/v2/plays/496523/?format=api",
    "airdate": "2001-12-13T21:36:00-08:00",
    "show": 8517,
    "show_uri": "https://api.kexp.org/v2/shows/8517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strai Of Positive Thinking",
    "track_id": null,
    "recording_id": null,
    "artist": "Kilowatthours",
    "artist_ids": [
        "c09f956f-c6f2-4154-8ea5-5e2619fbae98"
    ],
    "album": "Strain of Positive Thinking",
    "release_id": "9248163b-9495-4a14-907f-861a1ebc82e5",
    "release_group_id": null,
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}