Information about plays

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

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

{
    "id": 345407,
    "uri": "https://api.kexp.org/v2/plays/345407/?format=api",
    "airdate": "2019-06-24T04:06:18-07:00",
    "show": 5760,
    "show_uri": "https://api.kexp.org/v2/shows/5760/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe94da4f-4f27-4730-ac4d-a08d1e58bd67/22805153945-250.jpg",
    "thumbnail_uri": "",
    "song": "Midnight Driver",
    "track_id": "6d8b73bb-6331-4656-b23f-780d4537e70a",
    "recording_id": null,
    "artist": "吉田美奈子",
    "artist_ids": [
        "4ee954e7-f20b-46e6-8e7a-972395673e2f"
    ],
    "album": "Pacific Breeze: Japanese City Pop, AOR & Boogie 1976-1986",
    "release_id": "fe94da4f-4f27-4730-ac4d-a08d1e58bd67",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}