Information about plays

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

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

{
    "id": 370611,
    "uri": "https://api.kexp.org/v2/plays/370611/?format=api",
    "airdate": "2019-08-21T23:47:56-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk on By",
    "track_id": "7ca29f85-f7ae-49c5-86df-88e486534629",
    "recording_id": null,
    "artist": "Isaac Hayes",
    "artist_ids": [
        "a2361c7d-ddb6-41c1-a9a0-be09fbbb8d21"
    ],
    "album": "Ultimate Isaac Hayes - Can You Dig It?",
    "release_id": "8ec375b2-81a4-44a4-8f70-003b0876438e",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2005-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}