Information about plays

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

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

{
    "id": 350271,
    "uri": "https://api.kexp.org/v2/plays/350271/?format=api",
    "airdate": "2019-07-05T01:52:41-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/68f3add4-869d-3ccc-8f75-65db00c1d341/9244341265-250.jpg",
    "thumbnail_uri": "",
    "song": "Step Right Up",
    "track_id": "4890d726-e639-30b9-909b-766bb7daa7fc",
    "recording_id": null,
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Small Change",
    "release_id": "68f3add4-869d-3ccc-8f75-65db00c1d341",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1989-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}