Information about plays

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

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

{
    "id": 2675848,
    "uri": "https://api.kexp.org/v2/plays/2675848/?format=api",
    "airdate": "2019-12-20T08:18:00-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Perfect Life",
    "track_id": "feb4ab5c-de04-4e85-b3ad-4f7c2204114a",
    "recording_id": null,
    "artist": "Moby",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4"
    ],
    "album": "Innocents",
    "release_id": "f3044afe-e231-47c6-864f-3a4784bcad04",
    "release_group_id": null,
    "labels": [
        "Little Idiot"
    ],
    "label_ids": [],
    "release_date": "2013-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 30.  Moby's \"Innocents\" came out in October, 2013. Moby recorded it from between January 2012 and June 2013 in his apartment. It features several guest performers, including Cold Specks's Al Spx , Wayne Coyne (The Flaming Lips), Mark Lanegan (Screaming Trees, Queens of the Stone Age), and Damien Jurado.  That's Wayne Coyne singing here on \"The Perfect Life.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}