Information about plays

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

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

{
    "id": 347011,
    "uri": "https://api.kexp.org/v2/plays/347011/?format=api",
    "airdate": "2019-06-27T14:59:01-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/306adcf4-39b2-4706-919a-f960cc7a1c48/2930110026-250.jpg",
    "thumbnail_uri": "",
    "song": "Ohm",
    "track_id": "a853d20c-0c1e-3f2f-ba00-634c4a14dfbb",
    "recording_id": null,
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "Fade",
    "release_id": "306adcf4-39b2-4706-919a-f960cc7a1c48",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2013-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fade\" is the thirteenth full-length album by indie rock band Yo La Tengo. It was produced by John McEntire, instead of Roger Moutenot, who had produced all their albums since 1993's \"Painful\". It was recorded at Soma in Chicago, in the summer of 2012. It was released on January 15, 2013.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}