Information about plays

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

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

{
    "id": 356046,
    "uri": "https://api.kexp.org/v2/plays/356046/?format=api",
    "airdate": "2019-07-18T13:20:00-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Clown",
    "track_id": "69696769-147a-4a5f-a2d7-a7546d5c56d5",
    "recording_id": null,
    "artist": "Witch",
    "artist_ids": [
        "2b6f6ed7-8a1e-4907-8300-3b246134fc1a"
    ],
    "album": "Lazy Bones!!",
    "release_id": "db290002-3873-402b-8808-368323a52c77",
    "release_group_id": null,
    "labels": [
        "Q.D.K. Media"
    ],
    "label_ids": [],
    "release_date": "2010-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Witch will be playing in Tacoma, WA at Jazzbones on Sunday, July 21st!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}