Information about plays

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

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

{
    "id": 352363,
    "uri": "https://api.kexp.org/v2/plays/352363/?format=api",
    "airdate": "2019-07-10T01:01:00-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anymore",
    "track_id": "72942b20-d696-4150-a49a-eaf5c51b646d",
    "recording_id": null,
    "artist": "The Pains of Being Pure at Heart",
    "artist_ids": [
        "46f4e349-ddec-4131-9367-91b630a821d0"
    ],
    "album": "Anymore",
    "release_id": "4e77ae99-b3fd-4174-8572-4b7eb68928c7",
    "release_group_id": null,
    "labels": [
        "Painbow Records"
    ],
    "label_ids": [],
    "release_date": "2017-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pains of Being Pure at Heart are from New York City, formed in 2007. The band currently centers around founding member and principal songwriter Kip Berman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}