Information about plays

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

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

{
    "id": 534116,
    "uri": "https://api.kexp.org/v2/plays/534116/?format=api",
    "airdate": "2002-04-03T04:56:45-08:00",
    "show": 9252,
    "show_uri": "https://api.kexp.org/v2/shows/9252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In a Landscape",
    "track_id": "eaee5f84-e7eb-4cbf-916a-c33c7499ffc8",
    "recording_id": null,
    "artist": "John Cage, Meredith Monk, Anthony De Mare",
    "artist_ids": [
        "249bb8b6-c216-4069-83aa-74c768dd6306"
    ],
    "album": "Pianos and Voices",
    "release_id": "2ac9195e-3f2d-4b7b-9bb2-0cf71b46e9bd",
    "release_group_id": null,
    "labels": [
        "Koch"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}