Information about plays

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

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

{
    "id": 2675862,
    "uri": "https://api.kexp.org/v2/plays/2675862/?format=api",
    "airdate": "2019-12-20T09:09:01-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/882917bf-09f9-42c2-8c3e-41bb741d126e/21045674015-250.jpg",
    "thumbnail_uri": "",
    "song": "Television",
    "track_id": "f6f73711-6c3d-4f31-924e-6756f9d77791",
    "recording_id": null,
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Joy as an Act of Resistance.",
    "release_id": "882917bf-09f9-42c2-8c3e-41bb741d126e",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2018-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 20. The wonderfully titled \"Joy as an Act of Resistance\" was Idles' second album. It was released in August, 2018.  The fact that it's this high on the decade playlist shows how much we've loved (and played) it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}