Information about plays

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

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

{
    "id": 374485,
    "uri": "https://api.kexp.org/v2/plays/374485/?format=api",
    "airdate": "2019-08-30T13:58:33-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/38a40944-ac73-4c8e-8638-ec0075b170ea/4530840085-250.jpg",
    "thumbnail_uri": "",
    "song": "Via Chicago",
    "track_id": "9686f84d-5d59-3dd9-b85b-6418b8cea70e",
    "recording_id": null,
    "artist": "Wilco",
    "artist_ids": [
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Summerteeth",
    "release_id": "38a40944-ac73-4c8e-8638-ec0075b170ea",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1999-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}