Information about plays

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

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

{
    "id": 529733,
    "uri": "https://api.kexp.org/v2/plays/529733/?format=api",
    "airdate": "2002-03-21T19:24:49-08:00",
    "show": 9167,
    "show_uri": "https://api.kexp.org/v2/shows/9167/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Take the Table and I'll Take the Chairs",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Gallion",
    "artist_ids": [
        "865e5354-a82e-4d72-b297-f13c83cc47e1"
    ],
    "album": "Out of a Honky Tonk",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bear Family (Ger)"
    ],
    "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"
}