Information about plays

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

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

{
    "id": 2682291,
    "uri": "https://api.kexp.org/v2/plays/2682291/?format=api",
    "airdate": "2020-01-05T02:25:00-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1 Hell Of A Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Young Dolph",
    "artist_ids": [
        "3f334aae-57d4-4787-a048-beec335d47e0"
    ],
    "album": "Dum And Dummer",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Young Dolph will be in Seattle February 5 at the Showbox! https://www.axs.com/events/384970/young-dolph-key-glock-tickets",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}