Information about plays

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

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

{
    "id": 348047,
    "uri": "https://api.kexp.org/v2/plays/348047/?format=api",
    "airdate": "2019-06-30T02:08:01-07:00",
    "show": 5800,
    "show_uri": "https://api.kexp.org/v2/shows/5800/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Sister",
    "track_id": "ddf127d0-90be-4f78-ab57-759f4f41b286",
    "recording_id": null,
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "Lullabies To Paralyze",
    "release_id": "0f44ec1e-3e00-4a26-aada-2e4b56b68d92",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}