Information about plays

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

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

{
    "id": 532444,
    "uri": "https://api.kexp.org/v2/plays/532444/?format=api",
    "airdate": "2002-03-29T05:26:46-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song Of The Northern Fronrier",
    "track_id": null,
    "recording_id": null,
    "artist": "Min Xiao-Fen",
    "artist_ids": [],
    "album": "Spring, River, Flower, Moon, Night",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Asphodel"
    ],
    "label_ids": [
        "c1daac89-9b64-4d35-8a41-1f6cae8e0519"
    ],
    "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"
}