Information about plays

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

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

{
    "id": 376350,
    "uri": "https://api.kexp.org/v2/plays/376350/?format=api",
    "airdate": "2019-09-04T02:19:37-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Automatic [12\" Mix]",
    "track_id": "214ee986-1a7a-498d-8462-18553399cf27",
    "recording_id": null,
    "artist": "Wolfram feat. Peaches",
    "artist_ids": [
        "270acfee-1fbe-413e-a0a8-6a35a8b3b66c"
    ],
    "album": "Automatic",
    "release_id": "43259edb-4043-45dd-a31f-4890cc18374d",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wolfram strikes again with “Automatic.” The dub version, sans vocals, was released on Public Possession last year, and now Peaches lends her vocals to the mix – a soaring Italo odyssey.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}