Information about plays

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

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

{
    "id": 375302,
    "uri": "https://api.kexp.org/v2/plays/375302/?format=api",
    "airdate": "2019-09-01T16:17:48-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "http://coverartarchive.org/release/dbdee5f5-a88f-443b-b293-bd51a043abea/23948702926-250.jpg",
    "thumbnail_uri": "",
    "song": "Eat, Sleep, Wake (Nothing But You)",
    "track_id": "ea193f6f-70f1-41c2-a843-f27bc2dc4417",
    "recording_id": null,
    "artist": "Bombay Bicycle Club",
    "artist_ids": [
        "0ae49abe-d6af-44fa-8ab0-b9ace5690e6f"
    ],
    "album": "Eat, Sleep, Wake (Nothing but You)",
    "release_id": "dbdee5f5-a88f-443b-b293-bd51a043abea",
    "release_group_id": null,
    "labels": [
        "mmm... Records"
    ],
    "label_ids": [
        "4d191393-7d67-4366-98a2-aa4140f26662"
    ],
    "release_date": "2019-08-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}