Information about plays

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

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

{
    "id": 345908,
    "uri": "https://api.kexp.org/v2/plays/345908/?format=api",
    "airdate": "2019-06-25T09:55:35-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shirim",
    "track_id": "f0aeb172-4f8c-43ac-a5d0-2d64b67bd4a4",
    "recording_id": null,
    "artist": "Melody’s Echo Chamber",
    "artist_ids": [
        "a1bcf3fd-dcf9-4437-b4f4-d8a6ab837396"
    ],
    "album": "Bon Voyage",
    "release_id": "cd7ece8b-ff22-4f8a-9b5b-a6aa08b3442b",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2018-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a review of Melody Prochet's sophomore album, released six years after her debut: https://pitchfork.com/reviews/albums/melodys-echo-chamber-bon-voyage/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}