Information about plays

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

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

{
    "id": 344754,
    "uri": "https://api.kexp.org/v2/plays/344754/?format=api",
    "airdate": "2019-06-22T14:50:54-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/e481076e-8b56-4ab3-bb19-00089297dc20/16236441958-250.jpg",
    "thumbnail_uri": "",
    "song": "Both Hands (Over My Eyes)",
    "track_id": "7cd5f21d-56dc-4c8f-85b0-a1febd4ac8a7",
    "recording_id": null,
    "artist": "David Bazan",
    "artist_ids": [
        "d1714baa-2174-4233-8272-f537bfa9fbba"
    ],
    "album": "Blanco",
    "release_id": "e481076e-8b56-4ab3-bb19-00089297dc20",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2016-05-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A month after the release of \"Blanco\" in 2016, Seattle Sound recorded local artist David Bazan's album as being the album of the month because of the electronic realm you will be captivated in.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}