Information about plays

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

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

{
    "id": 532934,
    "uri": "https://api.kexp.org/v2/plays/532934/?format=api",
    "airdate": "2002-03-30T15:15:06-08:00",
    "show": 9228,
    "show_uri": "https://api.kexp.org/v2/shows/9228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Mouth Strikes Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Treepeople",
    "artist_ids": [
        "dec1aede-420e-4381-bfb7-e87ba02f25d6"
    ],
    "album": "Something Vicious for Tomorrow / Time Whore",
    "release_id": "fec3d605-e1db-425f-94df-65281808ba63",
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}