Information about plays

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

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

{
    "id": 349967,
    "uri": "https://api.kexp.org/v2/plays/349967/?format=api",
    "airdate": "2019-07-04T08:43:46-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/b7df14fc-81c2-45ef-9ace-d3f4d074fcb6/10495768158-250.jpg",
    "thumbnail_uri": "",
    "song": "Like Eating Glass",
    "track_id": "9e3d0acf-d040-358d-98ca-8fa6d083e43f",
    "recording_id": null,
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "Silent Alarm",
    "release_id": "b7df14fc-81c2-45ef-9ace-d3f4d074fcb6",
    "release_group_id": null,
    "labels": [
        "VICE Records"
    ],
    "label_ids": [
        "4e909fce-55f3-422c-94f1-7d294b60e776"
    ],
    "release_date": "2005-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut full-length from London's Bloc Party, released in 2005. They're doing a short tour for this album this fall, find dates here: https://bit.ly/2xvWzbA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}