Information about plays

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

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

{
    "id": 355391,
    "uri": "https://api.kexp.org/v2/plays/355391/?format=api",
    "airdate": "2019-07-17T02:14:40-07:00",
    "show": 5923,
    "show_uri": "https://api.kexp.org/v2/shows/5923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barely Legal",
    "track_id": null,
    "recording_id": null,
    "artist": "Real Estate",
    "artist_ids": [],
    "album": "Stereogum Presents... STROKED: A Tribute to Is This It",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stereogum"
    ],
    "label_ids": [
        "4788085f-4476-4e13-b518-3ba87e7a0c4e"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering - you guessed it - The Strokes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}