Information about plays

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

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

{
    "id": 350139,
    "uri": "https://api.kexp.org/v2/plays/350139/?format=api",
    "airdate": "2019-07-04T18:42:08-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Long Way",
    "track_id": "dbf8306b-3330-3e0b-9a90-6802be458a5d",
    "recording_id": null,
    "artist": "The Bottle Rockets",
    "artist_ids": [
        "5af23567-e014-4ce9-90ff-06b8d3e8b887"
    ],
    "album": "Lean Forward",
    "release_id": "efd809f3-74de-4016-9093-59106ab2fcc4",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2009-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 4th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}