Information about plays

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

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

{
    "id": 2681289,
    "uri": "https://api.kexp.org/v2/plays/2681289/?format=api",
    "airdate": "2020-01-02T17:10:40-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4df002b-a142-40bf-a3af-934ac2eae04d/18547238069-250.jpg",
    "thumbnail_uri": "",
    "song": "DLZ",
    "track_id": "3c2ffd27-c11f-3c98-9377-d20935d640d0",
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Dear Science",
    "release_id": "e4df002b-a142-40bf-a3af-934ac2eae04d",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2008-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}