Information about plays

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

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

{
    "id": 353464,
    "uri": "https://api.kexp.org/v2/plays/353464/?format=api",
    "airdate": "2019-07-12T12:23:36-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "http://coverartarchive.org/release/db1e22a4-119b-4121-8b3b-b1794e2cd6bc/16267245708-250.jpg",
    "thumbnail_uri": "",
    "song": "Do It Clean",
    "track_id": "21a6d33c-0bae-3844-a36c-9346e82f06d1",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Crocodiles",
    "release_id": "db1e22a4-119b-4121-8b3b-b1794e2cd6bc",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}