Information about plays

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

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

{
    "id": 352994,
    "uri": "https://api.kexp.org/v2/plays/352994/?format=api",
    "airdate": "2019-07-11T11:01:00-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shades of Man",
    "track_id": "728a8153-c431-4672-b881-094380c8fe50",
    "recording_id": null,
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Con todo el mundo",
    "release_id": "c79c01e3-f9ed-4407-8dbd-a3853f087ff0",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Khruangbin will be at the THING festival in Port Townsend on Saturday August 24th-25th! For more information, tickets, and the full lineup, follow this link: https://www.stgpresents.org/calendar/4868/thing Until then, watch their in-studio performance here!: https://www.youtube.com/watch?v=DyWhFB9ijzA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}