Information about plays

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

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

{
    "id": 2680419,
    "uri": "https://api.kexp.org/v2/plays/2680419/?format=api",
    "airdate": "2019-12-31T13:38:04-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/87e856cd-19d6-4588-9145-4b8127097db4/17295607988-250.jpg",
    "thumbnail_uri": "",
    "song": "Hug of Thunder",
    "track_id": "4a0b23c6-1e04-4236-8bcb-090dbf83e34a",
    "recording_id": null,
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Hug of Thunder",
    "release_id": "87e856cd-19d6-4588-9145-4b8127097db4",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2017-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Broken Social Scene's 2017 \"Hug of Thunder\" was their first new music in seven years and was released to great critical acclaim: https://pitchfork.com/reviews/albums/broken-social-scene-hug-of-thunder/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}