Information about plays

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

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

{
    "id": 369414,
    "uri": "https://api.kexp.org/v2/plays/369414/?format=api",
    "airdate": "2019-08-19T09:39:55-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "http://coverartarchive.org/release/4f96a879-8b8f-4163-bbbd-17d79fc14493/5477782823-250.jpg",
    "thumbnail_uri": "",
    "song": "Matty",
    "track_id": "8dce952c-f0ce-466d-93e1-7b30c6779b2f",
    "recording_id": null,
    "artist": "Poliça",
    "artist_ids": [
        "9357482a-9517-456e-b949-e7370e926034"
    ],
    "album": "Shulamith",
    "release_id": "4f96a879-8b8f-4163-bbbd-17d79fc14493",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2013-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Minneapolis electro-pop band Poliça's second album, Shulamith, is named for late feminist writer Shulamith Firestone, whom vocalist Channy Leaneagh has called her “mentor and muse from the grave.” https://www.thisispolica.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}