Information about plays

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

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

{
    "id": 352229,
    "uri": "https://api.kexp.org/v2/plays/352229/?format=api",
    "airdate": "2019-07-09T17:33:43-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Menace",
    "track_id": "d6d74fc0-0ead-4b1f-a675-9611b23f81a0",
    "recording_id": null,
    "artist": "Actionesse",
    "artist_ids": [
        "8bbc563c-78c5-49e6-9d9f-549d84bfd911"
    ],
    "album": "The Deep, Bright Below",
    "release_id": "02fdfa6a-fe3a-4a28-999d-f7c6dbea5d67",
    "release_group_id": null,
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Actionesse began as a five-piece project in early 2015, in Bellingham, WA, and is currently located in Seattle, WA. Grounded in blistering punk roots, Actionesse blends twisting, zany brass with anxious, aggressive post-hardcore.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}