Information about plays

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

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

{
    "id": 345486,
    "uri": "https://api.kexp.org/v2/plays/345486/?format=api",
    "airdate": "2019-06-24T08:51:55-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Diamond Dave",
    "track_id": "d71acb26-6055-4830-b4fb-507a5d23d1fe",
    "recording_id": null,
    "artist": "The Bird and the Bee",
    "artist_ids": [
        "d08b66b4-8950-439f-bd8e-2dd78dbd7a5f"
    ],
    "album": "Ray Guns Are Not Just the Future",
    "release_id": "c3c81289-9635-4758-a101-2405d5b804ee",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2009-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The song explores the narrator's school girl crush on the lead singer of Van Halen, David Lee Roth, also known as Diamond Dave.\" 💎",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}