Information about plays

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

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

{
    "id": 2678416,
    "uri": "https://api.kexp.org/v2/plays/2678416/?format=api",
    "airdate": "2019-12-26T15:09:14-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1c5bdd3-a422-4a57-a88a-52e9bf74c41f/17703285753-250.jpg",
    "thumbnail_uri": "",
    "song": "I Love Playin' With Fire",
    "track_id": "b61a69ed-7f97-333e-a862-b8fdeb22d7ad",
    "recording_id": null,
    "artist": "The Runaways",
    "artist_ids": [
        "ded0d67a-eb71-4fe9-83c0-1d18b8ed497e"
    ],
    "album": "The Best of the Runaways",
    "release_id": "f1c5bdd3-a422-4a57-a88a-52e9bf74c41f",
    "release_group_id": null,
    "labels": [
        "PolyGram Records, Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the song covered by Joan Jett https://www.youtube.com/watch?v=CczsLjr8xOo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}