Information about plays

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

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

{
    "id": 374190,
    "uri": "https://api.kexp.org/v2/plays/374190/?format=api",
    "airdate": "2019-08-29T21:59:12-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "http://coverartarchive.org/release/86bc28b1-9808-42a3-8a6a-da8190726db5/16061185738-250.jpg",
    "thumbnail_uri": "",
    "song": "All My Tears",
    "track_id": "bcce862e-7bd0-40bb-a23f-6acbf5f83f3c",
    "recording_id": null,
    "artist": "The Frightnrs",
    "artist_ids": [
        "b9ab1016-6ccb-4d46-b576-4502fc791f1d"
    ],
    "album": "Nothing More to Say",
    "release_id": "86bc28b1-9808-42a3-8a6a-da8190726db5",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2016-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Queens, New York\nhttps://thefrightnrs.bandcamp.com/album/the-frightnrs-nothing-more-to-say",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}