Information about plays

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

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

{
    "id": 2679258,
    "uri": "https://api.kexp.org/v2/plays/2679258/?format=api",
    "airdate": "2019-12-28T19:36:22-08:00",
    "show": 46244,
    "show_uri": "https://api.kexp.org/v2/shows/46244/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d0b72d7-2645-4254-b55c-2bc56dd19beb/5447731191-250.jpg",
    "thumbnail_uri": "",
    "song": "Blood Like Cream",
    "track_id": "c2f2fad2-519e-47f9-ae17-97bf3d217cf0",
    "recording_id": null,
    "artist": "Red Fang",
    "artist_ids": [
        "fb2cc158-0ad2-4dc5-a6b6-b2a1a8e2fe65"
    ],
    "album": "Whales and Leeches",
    "release_id": "0d0b72d7-2645-4254-b55c-2bc56dd19beb",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2013-10-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}