Information about plays

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

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

{
    "id": 350485,
    "uri": "https://api.kexp.org/v2/plays/350485/?format=api",
    "airdate": "2019-07-05T14:50:40-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Club Nites",
    "track_id": "c59bad9c-9a4a-444c-b202-46b34cc77afe",
    "recording_id": null,
    "artist": "Dumb",
    "artist_ids": [
        "f3a1e1a1-b6f6-42f9-bd92-5d7ceaec2484"
    ],
    "album": "Club Nites",
    "release_id": "863bd751-3af2-4102-804c-e74e85979a8d",
    "release_group_id": null,
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Vancouver four-piece write feverish tunes at a frantic pace, delivering their post-punk songs in two-minute blasts of wiry riffs and indignant social critiques. Less than a year since they signed to Mint Records for 2018’s Seeing Green, they’re already back with a new full-length, as Club Nites was released on June 7.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}