Information about plays

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

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

{
    "id": 351358,
    "uri": "https://api.kexp.org/v2/plays/351358/?format=api",
    "airdate": "2019-07-07T15:24:52-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d94eca8-0a36-401d-bb5a-7254b3ea1e14/22379375594-250.jpg",
    "thumbnail_uri": "",
    "song": "It's for Life",
    "track_id": "23febbaa-204a-4c3a-b782-6a5e74248fe0",
    "recording_id": null,
    "artist": "Perfect Son",
    "artist_ids": [
        "dc30e3cc-d583-4cef-b79a-9b7046dad397"
    ],
    "album": "Cast",
    "release_id": "9d94eca8-0a36-401d-bb5a-7254b3ea1e14",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formerly Coldair, Polish singer-songwriter Tobiasz Bilinski revamped his sound as Perfect Son.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}