Information about plays

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

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

{
    "id": 2680013,
    "uri": "https://api.kexp.org/v2/plays/2680013/?format=api",
    "airdate": "2019-12-30T16:21:39-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ad37b4d-9d1d-4534-bc68-e4ebc25ff332/22152873653-250.jpg",
    "thumbnail_uri": "",
    "song": "The Island",
    "track_id": "518081a1-3880-47c1-a43b-99f9f990cbcc",
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Ladytron",
    "release_id": "4ad37b4d-9d1d-4534-bc68-e4ebc25ff332",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Liverpool synth band that earned cult fame in the 2000s by paying homage to a number of retro styles, including electro, new wave, and Krautrock. http://www.ladytron.com/\n<br>Check out the video for this song! https://www.youtube.com/watch?v=cXu0zuOKQ2A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}