Information about plays

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

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

{
    "id": 2682991,
    "uri": "https://api.kexp.org/v2/plays/2682991/?format=api",
    "airdate": "2020-01-06T21:34:00-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Endeavor (Maurice Fulton Remix)",
    "track_id": "e04e12d5-e037-4dd4-a9a8-e1ff77dc8988",
    "recording_id": null,
    "artist": "Alice Smith",
    "artist_ids": [
        "94144800-e903-4b08-ab7a-e1927e1d9361"
    ],
    "album": "Love Endeavor",
    "release_id": "8d4d9b87-4f71-4300-8e14-cb1b7ab10e38",
    "release_group_id": null,
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": "2006-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}