Information about plays

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

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

{
    "id": 453246,
    "uri": "https://api.kexp.org/v2/plays/453246/?format=api",
    "airdate": "2001-08-07T21:04:00-07:00",
    "show": 7670,
    "show_uri": "https://api.kexp.org/v2/shows/7670/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "the Closer",
    "track_id": null,
    "recording_id": null,
    "artist": "Charlie Parker",
    "artist_ids": [
        "c7356af9-9ea6-4a78-a55b-c73775716312"
    ],
    "album": "AT Carrgie Hall",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Giants of Jazz"
    ],
    "label_ids": [
        "a557a1e8-8a3b-4004-bbee-6ecd676f62a3"
    ],
    "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"
}