Information about plays

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

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

{
    "id": 346730,
    "uri": "https://api.kexp.org/v2/plays/346730/?format=api",
    "airdate": "2019-06-26T23:42:47-07:00",
    "show": 5777,
    "show_uri": "https://api.kexp.org/v2/shows/5777/?format=api",
    "image_uri": "http://coverartarchive.org/release/b8ac5a77-ed9e-42f5-ac86-4f7512cfebef/19425608154-250.jpg",
    "thumbnail_uri": "",
    "song": "23 Minutes In Brussels",
    "track_id": "35a692aa-114c-4e85-874b-f16d341c44ec",
    "recording_id": null,
    "artist": "Luna",
    "artist_ids": [
        "dda04604-b50a-4bd1-8780-77564c659dc0"
    ],
    "album": "3 Stories",
    "release_id": "b8ac5a77-ed9e-42f5-ac86-4f7512cfebef",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=9WyrCfPuNhQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}