Information about plays

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

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

{
    "id": 2670686,
    "uri": "https://api.kexp.org/v2/plays/2670686/?format=api",
    "airdate": "2019-12-08T17:43:33-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "https://coverartarchive.org/release/5937da39-4c6a-3f3b-9f96-bc54ebbd23ed/8995104049-250.jpg",
    "thumbnail_uri": "",
    "song": "Sowing the Seeds of Love",
    "track_id": "d93675b7-00a3-398f-b30b-d8a61334e69c",
    "recording_id": null,
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Tears Roll Down: Greatest Hits 82–92",
    "release_id": "5937da39-4c6a-3f3b-9f96-bc54ebbd23ed",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Sowing The Seeds of Love' is a throwback to '60s nostalgia (big in the late '80s) with a nod to The Beatles and a kind of Flower Power philosophy to it, including political lyrics starting with \"High time we made a stand and shook up the views of the common man\" and ending with \"An end to need and the politics of greed.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}