Information about plays

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

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

{
    "id": 452159,
    "uri": "https://api.kexp.org/v2/plays/452159/?format=api",
    "airdate": "2001-08-04T13:45:52-07:00",
    "show": 7647,
    "show_uri": "https://api.kexp.org/v2/shows/7647/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "baby let's play house",
    "track_id": null,
    "recording_id": null,
    "artist": "Arthur Gunter",
    "artist_ids": [
        "dca318cd-06f3-477b-a9a8-b031b022b6bd"
    ],
    "album": "(v/a) the excello story",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Excello"
    ],
    "label_ids": [
        "056b8626-94a0-4408-b7ba-f75a60741108"
    ],
    "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"
}