Information about plays

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

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

{
    "id": 345198,
    "uri": "https://api.kexp.org/v2/plays/345198/?format=api",
    "airdate": "2019-06-23T14:57:59-07:00",
    "show": 5755,
    "show_uri": "https://api.kexp.org/v2/shows/5755/?format=api",
    "image_uri": "http://coverartarchive.org/release/844c462a-f7d2-4bb9-9a8e-9b14d83ed34b/23245044081-250.jpg",
    "thumbnail_uri": "",
    "song": "Off My Mind",
    "track_id": "242c3d86-029e-4872-879a-6356ff3f74a9",
    "recording_id": null,
    "artist": "Richard Hawley",
    "artist_ids": [
        "006f0783-c5a0-458b-a9da-f8551f7ebe77"
    ],
    "album": "Further",
    "release_id": "844c462a-f7d2-4bb9-9a8e-9b14d83ed34b",
    "release_group_id": null,
    "labels": [
        "BMG Rights Management"
    ],
    "label_ids": [
        "49b3f86b-46e5-40bf-b05c-f8ee4eb89327"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey, thanks for listening! DJ Evie is up next!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}