Information about plays

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

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

{
    "id": 423743,
    "uri": "https://api.kexp.org/v2/plays/423743/?format=api",
    "airdate": "2001-05-12T14:38:49-07:00",
    "show": 7102,
    "show_uri": "https://api.kexp.org/v2/shows/7102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "the scratch",
    "track_id": null,
    "recording_id": null,
    "artist": "7 Year Bitch",
    "artist_ids": [
        "91d06612-5c1e-4278-b40b-b6ce22dc9bb4"
    ],
    "album": "viva zapata",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}