Information about plays

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

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

{
    "id": 343123,
    "uri": "https://api.kexp.org/v2/plays/343123/?format=api",
    "airdate": "2019-06-18T21:03:32-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saudade Songbook",
    "track_id": "80117512-3361-4ca6-bcea-b45905bb612a",
    "recording_id": null,
    "artist": "BROOKZILL! feat. Count Bass D",
    "artist_ids": [
        "18c9e1ac-840d-4d30-86a0-16b2f608b20f"
    ],
    "album": "Throwback to the Future",
    "release_id": "14f1c537-9a69-4f29-8a41-5832ffd9a970",
    "release_group_id": null,
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "2016-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BROOKZILL! is a collective comprised of of Prince Paul (De La Soul, Stetsasonic, Gravediggaz), Ladybug Mecca (Digable Planets), Rodrigo Brandão (aka Gorila Urbano), and Don Newkirk (Funk City). Listen to the album on bandcamp: https://brookzill.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}