Information about plays

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

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

{
    "id": 2681396,
    "uri": "https://api.kexp.org/v2/plays/2681396/?format=api",
    "airdate": "2020-01-02T22:41:06-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa5b2603-3675-4552-bc78-b7d228d45a1e/23526527719-250.jpg",
    "thumbnail_uri": "",
    "song": "Late Night Feelings",
    "track_id": "ca804b62-c8f3-4bd0-84c3-7998a61b71da",
    "recording_id": null,
    "artist": "Mark Ronson feat. Lykke Li",
    "artist_ids": [
        "cc7d4686-ea02-45fd-956e-94c1a322558c"
    ],
    "album": "Late Night Feelings",
    "release_id": "fa5b2603-3675-4552-bc78-b7d228d45a1e",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Late Night Feelings\" is a song by English producer Mark Ronson featuring vocals from Swedish singer Lykke Li. Released on April 12 2019, it is the title track and second single from his fifth studio album of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}