Information about plays

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

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

{
    "id": 344896,
    "uri": "https://api.kexp.org/v2/plays/344896/?format=api",
    "airdate": "2019-06-22T22:45:28-07:00",
    "show": 5750,
    "show_uri": "https://api.kexp.org/v2/shows/5750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Having a Good Time",
    "track_id": "1e0c5548-38dd-4162-a509-5d967229c4af",
    "recording_id": null,
    "artist": "Skip Church",
    "artist_ids": [
        "5a464a2d-05d3-4ab0-ad6a-a4a68b93bd17"
    ],
    "album": "Out of Tune, in Touch With the Devil",
    "release_id": "7d17dd62-f39b-4b87-b9e1-971f2c3cf1a6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}