Information about plays

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

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

{
    "id": 355157,
    "uri": "https://api.kexp.org/v2/plays/355157/?format=api",
    "airdate": "2019-07-16T16:35:26-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ten Twenty Ten",
    "track_id": "ae09aa0f-9884-35db-9dc3-095cdcae2dcc",
    "recording_id": null,
    "artist": "Generationals",
    "artist_ids": [
        "11f34bce-298f-4527-a5eb-28cafee71c4f"
    ],
    "album": "Actor-Caster",
    "release_id": "c71e8724-a3e4-4191-b2b4-936dd4c1c23d",
    "release_group_id": null,
    "labels": [
        "Park the Van"
    ],
    "label_ids": [
        "3d181182-568b-4108-9a9a-5595aefddcb2"
    ],
    "release_date": "2011-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The New Orleans duo will be playing The Crocodile on Wed. Aug 28th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}