Information about plays

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

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

{
    "id": 346648,
    "uri": "https://api.kexp.org/v2/plays/346648/?format=api",
    "airdate": "2019-06-26T18:54:34-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Love Run the Game",
    "track_id": "0251833c-4ece-4df3-8a87-982b18ffcff6",
    "recording_id": null,
    "artist": "Daniel Norgren",
    "artist_ids": [
        "c8a26e97-e5f5-4f1c-8eb3-e2453b6cf262"
    ],
    "album": "Wooh Dang",
    "release_id": "902fae88-4cac-4feb-8d27-14416321a0ab",
    "release_group_id": null,
    "labels": [
        "Superpuma Records"
    ],
    "label_ids": [
        "9c1b1e51-005b-4319-b6e5-086324644ad9"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}