Information about plays

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

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

{
    "id": 353486,
    "uri": "https://api.kexp.org/v2/plays/353486/?format=api",
    "airdate": "2019-07-12T13:31:29-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "http://coverartarchive.org/release/89585afb-b491-4a3b-9150-fc9c1a7f38de/3936295706-250.jpg",
    "thumbnail_uri": "",
    "song": "Lightning Bolt",
    "track_id": "13c59da9-ff3b-3b4e-b7b5-15ed48a39a27",
    "recording_id": null,
    "artist": "Jake Bugg",
    "artist_ids": [
        "0d9905e6-add6-4713-94ca-9f686f9b5e9b"
    ],
    "album": "Jake Bugg",
    "release_id": "89585afb-b491-4a3b-9150-fc9c1a7f38de",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2013-04-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}