Information about plays

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

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

{
    "id": 380091,
    "uri": "https://api.kexp.org/v2/plays/380091/?format=api",
    "airdate": "2019-09-12T18:22:00-07:00",
    "show": 6325,
    "show_uri": "https://api.kexp.org/v2/shows/6325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living the Dream",
    "track_id": "5687c2c7-bee2-42ca-9302-7d66863c70a6",
    "recording_id": null,
    "artist": "Sturgill Simpson",
    "artist_ids": [
        "f6e61750-a6b7-4d88-979b-052345cd0e4a"
    ],
    "album": "Metamodern Sounds in Country Music",
    "release_id": "53725d07-1ef2-4bcf-a26c-081931a5182c",
    "release_group_id": null,
    "labels": [
        "High Top Mountain Records"
    ],
    "label_ids": [
        "8be3db54-49d4-46c7-a3e7-6cfdfa81c5a6"
    ],
    "release_date": "2014-05-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}