Information about plays

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

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

{
    "id": 349951,
    "uri": "https://api.kexp.org/v2/plays/349951/?format=api",
    "airdate": "2019-07-04T07:44:42-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/b1a6b271-5749-4a3a-9730-b4f22a1e6ce3/7940013420-250.jpg",
    "thumbnail_uri": "",
    "song": "I Heard Ramona Sing",
    "track_id": "69a03652-22c8-3b0e-afe1-e3f51d431e9b",
    "recording_id": null,
    "artist": "Frank Black",
    "artist_ids": [
        "98a35a4d-a845-4282-bc7c-5679f2bb9bd2"
    ],
    "album": "Frank Black",
    "release_id": "b1a6b271-5749-4a3a-9730-b4f22a1e6ce3",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1993-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first solo album from the Pixies frontman, released in 1993. (And apparently, this song is an ode to the Ramones)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}