Information about plays

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

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

{
    "id": 2682203,
    "uri": "https://api.kexp.org/v2/plays/2682203/?format=api",
    "airdate": "2020-01-04T22:18:00-08:00",
    "show": 46294,
    "show_uri": "https://api.kexp.org/v2/shows/46294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The White Lies",
    "track_id": "3da1c532-ed89-3d03-8368-eb3b2dce9726",
    "recording_id": null,
    "artist": "Toys That Kill",
    "artist_ids": [
        "65e2a019-ebaa-44ad-9c84-353d764a5fb0"
    ],
    "album": "Control the Sun",
    "release_id": "523f68c3-b31e-458b-9be0-9d7dc256f280",
    "release_group_id": null,
    "labels": [
        "Recess Records"
    ],
    "label_ids": [
        "3b128411-fd68-4ec7-871f-6f57e0225a36"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}