Information about plays

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

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

{
    "id": 352423,
    "uri": "https://api.kexp.org/v2/plays/352423/?format=api",
    "airdate": "2019-07-10T04:01:34-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/a92acd74-3391-4c4d-bbfc-f4b907caafd4/18160340410-250.jpg",
    "thumbnail_uri": "",
    "song": "IDK About You",
    "track_id": "e5b9d2cd-1fc7-4551-9ae1-c2bd1bc2ae0e",
    "recording_id": null,
    "artist": "Fever Ray",
    "artist_ids": [
        "f7df5df4-4dfa-459d-972b-1ba051c15ddc"
    ],
    "album": "Plunge",
    "release_id": "a92acd74-3391-4c4d-bbfc-f4b907caafd4",
    "release_group_id": null,
    "labels": [
        "Rabid Records"
    ],
    "label_ids": [
        "b8187842-d82d-4489-8702-37c758da3e28"
    ],
    "release_date": "2017-10-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Karin Elisabeth Dreijer (born 7 April 1975) is a Swedish singer-songwriter and record producer. She was one half of the electronic music duo the Knife, formed with her brother Olof Dreijer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}