Information about plays

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

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

{
    "id": 348929,
    "uri": "https://api.kexp.org/v2/plays/348929/?format=api",
    "airdate": "2019-07-02T06:14:00-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven",
    "track_id": null,
    "recording_id": null,
    "artist": "UNKLE",
    "artist_ids": [
        "6648391e-7890-4f6c-b939-976f215195d3"
    ],
    "album": "Lives of the Artists: Follow Me Down Soundtrack",
    "release_id": "3cf176a9-83ae-4796-8271-450f3ca0dda6",
    "release_group_id": null,
    "labels": [
        "Relentless Energy"
    ],
    "label_ids": [
        "b3a176f1-0b0a-43b3-a95b-53f4fe84c454"
    ],
    "release_date": "2010-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}