Information about plays

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

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

{
    "id": 346462,
    "uri": "https://api.kexp.org/v2/plays/346462/?format=api",
    "airdate": "2019-06-26T12:46:10-07:00",
    "show": 5774,
    "show_uri": "https://api.kexp.org/v2/shows/5774/?format=api",
    "image_uri": "http://coverartarchive.org/release/09d5b61d-d9d4-4d78-9b63-c07039ddef92/15930532400-250.jpg",
    "thumbnail_uri": "",
    "song": "So Begins Our Alabee",
    "track_id": "64047c17-f2c4-3fb1-a1d4-6b341eeb370c",
    "recording_id": null,
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "The Sunlandic Twins",
    "release_id": "09d5b61d-d9d4-4d78-9b63-c07039ddef92",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2005-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}