Information about plays

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

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

{
    "id": 375875,
    "uri": "https://api.kexp.org/v2/plays/375875/?format=api",
    "airdate": "2019-09-03T05:24:39-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/7b5bbdc0-3cf6-4e2b-9aea-7397095b45dc/23545082637-250.jpg",
    "thumbnail_uri": "",
    "song": "Margaritas at the Mall",
    "track_id": "cedd15af-9892-4cee-81d0-03bacefc641b",
    "recording_id": null,
    "artist": "Purple Mountains",
    "artist_ids": [
        "f1c5239b-0c9c-4453-8620-168df0b7f636"
    ],
    "album": "Purple Mountains",
    "release_id": "7b5bbdc0-3cf6-4e2b-9aea-7397095b45dc",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.kexp.org/musicheals/mental-health/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}