Information about plays

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

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

{
    "id": 352507,
    "uri": "https://api.kexp.org/v2/plays/352507/?format=api",
    "airdate": "2019-07-10T08:46:07-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "http://coverartarchive.org/release/b9678db1-8a10-3dab-8421-f93dd12e76bd/14458507542-250.jpg",
    "thumbnail_uri": "",
    "song": "The Passenger",
    "track_id": "9ac6bd37-bd22-3f47-8878-3fcfa54ea7e4",
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Lust for Life",
    "release_id": "b9678db1-8a10-3dab-8421-f93dd12e76bd",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a 2016 interview with The Guardian, Iggy Pop spoke about how \"The Passenger\" was partly inspired by travelling with David Bowie on tour, \"...I’d been riding around North America and Europe in David’s car ad infinitum. I didn’t have a driver’s licence or a vehicle.\" https://bit.ly/30ooOW7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}