Information about plays

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

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

{
    "id": 2680809,
    "uri": "https://api.kexp.org/v2/plays/2680809/?format=api",
    "airdate": "2020-01-01T12:32:52-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/33784454-bf98-4db5-b017-1ead91822b49/18971747336-250.jpg",
    "thumbnail_uri": "",
    "song": "I Was a Fool",
    "track_id": "2b03e345-c35c-46bd-aabe-d568b7d5df9f",
    "recording_id": null,
    "artist": "Sunflower Bean",
    "artist_ids": [
        "e8160bb0-f4ba-4577-9e82-04d8f7ddcca4"
    ],
    "album": "Twentytwo in Blue",
    "release_id": "33784454-bf98-4db5-b017-1ead91822b49",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2018-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}