Information about plays

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

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

{
    "id": 375269,
    "uri": "https://api.kexp.org/v2/plays/375269/?format=api",
    "airdate": "2019-09-01T14:08:36-07:00",
    "show": 6248,
    "show_uri": "https://api.kexp.org/v2/shows/6248/?format=api",
    "image_uri": "http://coverartarchive.org/release/cac50816-5084-438f-8118-2b88881cd8fd/23033644091-250.jpg",
    "thumbnail_uri": "",
    "song": "Weather",
    "track_id": "feac4e38-7f73-45ed-bdfd-60a1ec6cf636",
    "recording_id": null,
    "artist": "Tycho",
    "artist_ids": [
        "cbef45a9-7acb-4325-94c9-70081ac8d1b8"
    ],
    "album": "Weather",
    "release_id": "cac50816-5084-438f-8118-2b88881cd8fd",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tycho LIVE on KEXP on 1pm next Sunday and at the Paramount in the evening. https://tychomusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}