Information about plays

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

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

{
    "id": 378609,
    "uri": "https://api.kexp.org/v2/plays/378609/?format=api",
    "airdate": "2019-09-09T05:31:39-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "http://coverartarchive.org/release/72aea7eb-7897-42a7-8137-57874baa1323/15836220048-250.jpg",
    "thumbnail_uri": "",
    "song": "My Old Man",
    "track_id": "07306508-ee64-4190-bbe6-b6f5e6f45bb3",
    "recording_id": null,
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "This Old Dog",
    "release_id": "72aea7eb-7897-42a7-8137-57874baa1323",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}