Information about plays

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

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

{
    "id": 2681901,
    "uri": "https://api.kexp.org/v2/plays/2681901/?format=api",
    "airdate": "2020-01-04T04:07:31-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alone in the Universe",
    "track_id": "4748844e-10f1-43ac-ab7c-9cdb5ca53395",
    "recording_id": null,
    "artist": "Tei Shi",
    "artist_ids": [
        "921f2966-dfe6-4101-95fc-c8233d76f59f"
    ],
    "album": "La Linda",
    "release_id": "ef0f130b-5ecb-4b4e-857e-a8a3ef63b758",
    "release_group_id": null,
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}