Information about plays

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

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

{
    "id": 2681554,
    "uri": "https://api.kexp.org/v2/plays/2681554/?format=api",
    "airdate": "2020-01-03T08:06:24-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e1c1d35-c6eb-4eae-acce-ec4fa498efea/24191119737-250.jpg",
    "thumbnail_uri": "",
    "song": "Over",
    "track_id": "00d151f8-fb49-4049-9b81-f561f560661c",
    "recording_id": null,
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "7",
    "release_id": "7e1c1d35-c6eb-4eae-acce-ec4fa498efea",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You may order this September, 2019 release at Sault's Bandcamp page: https://saultglobal.bandcamp.com/album/7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}