Information about plays

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

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

{
    "id": 350306,
    "uri": "https://api.kexp.org/v2/plays/350306/?format=api",
    "airdate": "2019-07-05T03:55:21-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/f01097d5-8a73-3585-8c62-3831a3bd0db6/16096949332-250.jpg",
    "thumbnail_uri": "",
    "song": "A Fond Farewell",
    "track_id": "2da95cbd-75b7-3817-9dcb-ca3014c0b235",
    "recording_id": null,
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "From a Basement on the Hill",
    "release_id": "f01097d5-8a73-3585-8c62-3831a3bd0db6",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2004-10-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}