Information about plays

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

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

{
    "id": 2675312,
    "uri": "https://api.kexp.org/v2/plays/2675312/?format=api",
    "airdate": "2019-12-19T09:32:11-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/03299fb4-c49d-4c44-a7a4-18f6b8308b5c/23653295103-250.jpg",
    "thumbnail_uri": "",
    "song": "Destroyer",
    "track_id": "d3bbbb31-012f-47fd-96e5-f6c95200cba3",
    "recording_id": null,
    "artist": "TR/ST",
    "artist_ids": [
        "b8e3d1ae-5983-4af1-b226-aa009b294111"
    ],
    "album": "The Destroyer — 2",
    "release_id": "03299fb4-c49d-4c44-a7a4-18f6b8308b5c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#9 Most Played on JITM 2019 | TR/ST released two albums in 2019, and also shows up on this countdown twice. FUN FACT, there are four bands that appear on this countdown that released two albums each this year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}