Information about plays

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

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

{
    "id": 456699,
    "uri": "https://api.kexp.org/v2/plays/456699/?format=api",
    "airdate": "2001-08-17T15:23:20-07:00",
    "show": 7732,
    "show_uri": "https://api.kexp.org/v2/shows/7732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Sho Do",
    "track_id": "d54e14e8-ff52-44f6-aad0-2041bcb2b5c3",
    "recording_id": null,
    "artist": "The Bluerunners",
    "artist_ids": [
        "d22557e5-877c-4b8c-9877-83f8b0524b7a"
    ],
    "album": "The Bluerunners",
    "release_id": "52aa6070-4fa2-4864-9179-c9d5a8470533",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "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"
}