Information about plays

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

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

{
    "id": 350682,
    "uri": "https://api.kexp.org/v2/plays/350682/?format=api",
    "airdate": "2019-07-06T01:41:17-07:00",
    "show": 5840,
    "show_uri": "https://api.kexp.org/v2/shows/5840/?format=api",
    "image_uri": "http://coverartarchive.org/release/091e7f1a-ca62-368d-a1ef-b79fbdab0084/13550447669-250.jpg",
    "thumbnail_uri": "",
    "song": "Wake Up",
    "track_id": "871ccf1c-35fb-3cbb-b171-eeb0830a58b8",
    "recording_id": null,
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "×2: Rage Against the Machine / Evil Empire",
    "release_id": "091e7f1a-ca62-368d-a1ef-b79fbdab0084",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}