Information about plays

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

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

{
    "id": 353215,
    "uri": "https://api.kexp.org/v2/plays/353215/?format=api",
    "airdate": "2019-07-11T21:23:30-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/c50e2513-86e3-43af-ad82-c1f3b988c101/22021127550-250.jpg",
    "thumbnail_uri": "",
    "song": "Heaven, Listen",
    "track_id": "43fe4c7d-2ba5-4e3d-9121-5caed407466c",
    "recording_id": null,
    "artist": "Weval",
    "artist_ids": [
        "cda72260-9583-4fc5-95a2-ce5de94d7c99"
    ],
    "album": "The Weight",
    "release_id": "c50e2513-86e3-43af-ad82-c1f3b988c101",
    "release_group_id": null,
    "labels": [
        "Kompakt"
    ],
    "label_ids": [
        "bc0bb9db-43fc-4f1d-96f5-a40ae17b4d5d"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beautiful set of paradoxes inherent in Weval's second full length album The Weight https://weval.bandcamp.com/track/heaven-listen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}