Information about plays

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

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

{
    "id": 350151,
    "uri": "https://api.kexp.org/v2/plays/350151/?format=api",
    "airdate": "2019-07-04T19:17:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Don't You Love Me",
    "track_id": "e6e1f1f3-a219-320b-ba60-cb69d19d0d18",
    "recording_id": null,
    "artist": "The Secret Sisters",
    "artist_ids": [
        "7389422f-074f-45ff-a9b8-5790d3c84c08"
    ],
    "album": "The Secret Sisters",
    "release_id": "73a7fca1-5d37-397d-a7a7-4f6d35f34888",
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [],
    "release_date": "2011-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}