Information about plays

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

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

{
    "id": 357462,
    "uri": "https://api.kexp.org/v2/plays/357462/?format=api",
    "airdate": "2019-07-22T02:24:11-07:00",
    "show": 5960,
    "show_uri": "https://api.kexp.org/v2/shows/5960/?format=api",
    "image_uri": "http://coverartarchive.org/release/9c1ae51e-bd92-44ad-a5b3-091757b31aae/6610686919-250.jpg",
    "thumbnail_uri": "",
    "song": "Moon Palace",
    "track_id": "86045ae4-28dc-3195-80a8-56d7e35c675f",
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Gravity the Seducer",
    "release_id": "9c1ae51e-bd92-44ad-a5b3-091757b31aae",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2011-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}