Information about plays

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

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

{
    "id": 372425,
    "uri": "https://api.kexp.org/v2/plays/372425/?format=api",
    "airdate": "2019-08-26T05:11:38-07:00",
    "show": 6205,
    "show_uri": "https://api.kexp.org/v2/shows/6205/?format=api",
    "image_uri": "http://coverartarchive.org/release/fed15943-7a2f-4145-b927-d54bfdbb47a3/3077819531-250.jpg",
    "thumbnail_uri": "",
    "song": "Shuggie",
    "track_id": "beb61cf3-7a69-31a1-8572-8237473626a8",
    "recording_id": null,
    "artist": "Foxygen",
    "artist_ids": [
        "913e6848-6865-4717-ac5e-3bd9c22826be"
    ],
    "album": "We Are the 21st Century Ambassadors of Peace & Magic",
    "release_id": "fed15943-7a2f-4145-b927-d54bfdbb47a3",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2013-01-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}