Information about plays

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

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

{
    "id": 531275,
    "uri": "https://api.kexp.org/v2/plays/531275/?format=api",
    "airdate": "2002-03-26T06:40:50-08:00",
    "show": 9199,
    "show_uri": "https://api.kexp.org/v2/shows/9199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blame",
    "track_id": "cddece36-1b46-456e-a179-5a381ac380e8",
    "recording_id": null,
    "artist": "Lewis",
    "artist_ids": [
        "5af81a6e-2898-4940-9fc9-a9cb67232dde"
    ],
    "album": "Progress and Regress",
    "release_id": "8e322214-c0e8-483d-854f-85c6e9cf806e",
    "release_group_id": null,
    "labels": [
        "Crystal Clear Sound"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}