Information about plays

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

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

{
    "id": 1375557,
    "uri": "https://api.kexp.org/v2/plays/1375557/?format=api",
    "airdate": "2008-05-18T09:54:00-07:00",
    "show": 24010,
    "show_uri": "https://api.kexp.org/v2/shows/24010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mean Old Frisco",
    "track_id": "f0954201-e7b3-4ca3-95a4-f7ed637b1dee",
    "recording_id": null,
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "The Vintage Years (disc 4)",
    "release_id": "1e4f3553-6f02-436f-abcf-eee0a5dd3f8c",
    "release_group_id": null,
    "labels": [
        "Ace Records"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "2002-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}