Information about plays

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

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

{
    "id": 376461,
    "uri": "https://api.kexp.org/v2/plays/376461/?format=api",
    "airdate": "2019-09-04T09:11:08-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Internet Arms",
    "track_id": "1ce71b16-c2df-4ff0-817f-5435ff761e0a",
    "recording_id": null,
    "artist": "Diane Coffee",
    "artist_ids": [
        "6ebb3976-571d-4adb-b3b8-50cd1a67b2bd"
    ],
    "album": "Internet Arms",
    "release_id": "d63d3e4e-e315-456a-b574-2335d298da9b",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this third release by the genre-bending alter ego Diane Coffee, Shaun Fleming explores the trap of online intimacy. Diane Coffee just performed at KEXP recently. Until that is posted on KEXP's YouTube channel, here is a performance from 2016: https://www.youtube.com/watch?v=1TfsnwCHgQY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}