Information about plays

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

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

{
    "id": 350123,
    "uri": "https://api.kexp.org/v2/plays/350123/?format=api",
    "airdate": "2019-07-04T18:01:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three & a Half Minutes",
    "track_id": null,
    "recording_id": null,
    "artist": "Redd Volkaert",
    "artist_ids": [
        "af7365e9-117e-4fe3-969d-3c3d33ca74cc"
    ],
    "album": "No Stranger To A Tele",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}