Information about plays

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

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

{
    "id": 510100,
    "uri": "https://api.kexp.org/v2/plays/510100/?format=api",
    "airdate": "2002-01-23T19:00:00-08:00",
    "show": 8787,
    "show_uri": "https://api.kexp.org/v2/shows/8787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Funeral and My Trial",
    "track_id": "8e6d0f09-b145-4a32-916b-abb71cb84b01",
    "recording_id": null,
    "artist": "John Mayall & The Bluesbreakers",
    "artist_ids": [
        "4756395c-57ed-4a63-afb2-01117f14dff6"
    ],
    "album": "Thru the Years",
    "release_id": "0e06523c-7611-4516-b783-6a1e2900e164",
    "release_group_id": null,
    "labels": [],
    "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"
}