Information about plays

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

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

{
    "id": 382913,
    "uri": "https://api.kexp.org/v2/plays/382913/?format=api",
    "airdate": "2019-09-19T10:07:00-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buttercup",
    "track_id": null,
    "recording_id": null,
    "artist": "Brad",
    "artist_ids": [
        "edbaa513-b8d3-4e8f-b81f-ef640b8ad128"
    ],
    "album": "Shame",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Epic Associated"
    ],
    "label_ids": [],
    "release_date": "1993-04-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the debut album from 1993, Brad consisted of Stone Gossard, Regan Hagar, Smith, and Jeremy Toback. This album was recorded at Avast Recording Co. in Seattle, Washington. Many tracks are taken from in-studio jam sessions. The album's cover art was provided by Seattle's Crocodile Cafe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}