Information about plays

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

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

{
    "id": 353005,
    "uri": "https://api.kexp.org/v2/plays/353005/?format=api",
    "airdate": "2019-07-11T11:51:09-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/508a9f90-bf4b-46ee-a5d4-5d09c40ea6d5/22916910027-250.jpg",
    "thumbnail_uri": "",
    "song": "Firesmoke",
    "track_id": "ada7a2b6-b488-4b51-8a20-44f8d1417ced",
    "recording_id": null,
    "artist": "Kate Tempest",
    "artist_ids": [
        "7a2533c3-790e-4828-9b30-ca5467c609c5"
    ],
    "album": "The Book of Traps and Lessons",
    "release_id": "508a9f90-bf4b-46ee-a5d4-5d09c40ea6d5",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kate Tempest will be in Seattle, WA on Sunday, September 29th at the Showbox!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}