Information about plays

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

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

{
    "id": 370254,
    "uri": "https://api.kexp.org/v2/plays/370254/?format=api",
    "airdate": "2019-08-21T04:48:52-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Cleaner",
    "track_id": "cd7d916c-2a77-4b51-b237-c8c307d3fb12",
    "recording_id": null,
    "artist": "Squid",
    "artist_ids": [
        "5422ef5d-00d4-4c7a-81ab-03cb8fc3cc45"
    ],
    "album": "Town Centre",
    "release_id": "4edfcc51-d5c5-43cf-865e-09cdc4b9d46f",
    "release_group_id": null,
    "labels": [
        "Speedy Wunderground"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“The Cleaner” is a lost acquaintance, one that we’ve spent the last year trying to get to know… tirelessly working and turning up whenever needed. We work for the money to spend our time doing other things. “The Cleaner” imagines the divided work and play structure and thinks about breaking from it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}