Information about plays

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

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

{
    "id": 374743,
    "uri": "https://api.kexp.org/v2/plays/374743/?format=api",
    "airdate": "2019-08-31T04:32:23-07:00",
    "show": 6235,
    "show_uri": "https://api.kexp.org/v2/shows/6235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stuntastic",
    "track_id": null,
    "recording_id": null,
    "artist": "Paper Route Gangstaz",
    "artist_ids": [],
    "album": "Fear and Loathing in HuntsVegas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mad Decent"
    ],
    "label_ids": [
        "97e08824-a090-45bf-bde0-44186daddfd8"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(I always put this album on at uni parties)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}