Information about plays

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

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

{
    "id": 345413,
    "uri": "https://api.kexp.org/v2/plays/345413/?format=api",
    "airdate": "2019-06-24T04:32:58-07:00",
    "show": 5760,
    "show_uri": "https://api.kexp.org/v2/shows/5760/?format=api",
    "image_uri": "http://coverartarchive.org/release/b08b6174-7f4d-4064-a4d8-b6824e0dc1c3/5962175910-250.jpg",
    "thumbnail_uri": "",
    "song": "Strange Loop",
    "track_id": "e34c3e9b-3bca-3a47-b93b-680192b307d1",
    "recording_id": null,
    "artist": "Liz Phair",
    "artist_ids": [
        "149326c2-b8a3-48e3-b3d2-9b5b9593127f"
    ],
    "album": "Exile in Guyville",
    "release_id": "b08b6174-7f4d-4064-a4d8-b6824e0dc1c3",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1993-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}