Information about plays

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

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

{
    "id": 350175,
    "uri": "https://api.kexp.org/v2/plays/350175/?format=api",
    "airdate": "2019-07-04T20:28:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long White Line",
    "track_id": "b2595d04-31eb-496d-9ca2-547e45023c91",
    "recording_id": null,
    "artist": "Sturgill Simpson",
    "artist_ids": [
        "f6e61750-a6b7-4d88-979b-052345cd0e4a"
    ],
    "album": "Metamodern Sounds in Country Music",
    "release_id": "766dcf66-94a7-4843-9872-797a7679c081",
    "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": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}