Information about plays

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

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

{
    "id": 534244,
    "uri": "https://api.kexp.org/v2/plays/534244/?format=api",
    "airdate": "2002-04-03T14:30:12-08:00",
    "show": 9255,
    "show_uri": "https://api.kexp.org/v2/shows/9255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm So Delighted",
    "track_id": null,
    "recording_id": null,
    "artist": "Gas Huffer",
    "artist_ids": [
        "87bcfd2a-72c7-4c59-b2d6-873cb2e76ca6"
    ],
    "album": "The Rest Of Us",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Estrus"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}