Information about plays

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

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

{
    "id": 2675830,
    "uri": "https://api.kexp.org/v2/plays/2675830/?format=api",
    "airdate": "2019-12-20T07:27:16-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ed8d261-f239-4e5e-9037-67fbd2fbb0e6/7661671644-250.jpg",
    "thumbnail_uri": "",
    "song": "Ride On / Right On",
    "track_id": "6eb5eb12-da6a-3de2-9552-6bc373b66ddc",
    "recording_id": null,
    "artist": "Phosphorescent",
    "artist_ids": [
        "739da2f1-0741-4c60-a6ed-f42d49bf2eb1"
    ],
    "album": "Muchacho",
    "release_id": "5ed8d261-f239-4e5e-9037-67fbd2fbb0e6",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2013-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 39.  This critically acclaimed sixth studio album was self-produced by Matthew Houck and was released on the critically important date of March 19, 2013. It contained the single, \"Song for Zula.\"  Watch the band perform songs from that album live in the KEXP studio: https://www.youtube.com/watch?v=AzbKYFngZM0&t=34s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}