Information about plays

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

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

{
    "id": 376655,
    "uri": "https://api.kexp.org/v2/plays/376655/?format=api",
    "airdate": "2019-09-04T17:27:13-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "http://coverartarchive.org/release/23110964-78bd-3b19-80e4-e99ef96f79cb/20585803144-250.jpg",
    "thumbnail_uri": "",
    "song": "La La Love You",
    "track_id": "6d14f9a0-a944-35dc-b13d-6b6088cdd8c4",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Doolittle",
    "release_id": "23110964-78bd-3b19-80e4-e99ef96f79cb",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1989-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is sung by the band's drummer, David Lovering.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}