Information about plays

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

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

{
    "id": 2681531,
    "uri": "https://api.kexp.org/v2/plays/2681531/?format=api",
    "airdate": "2020-01-03T06:47:00-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ak'- Tamaani",
    "track_id": null,
    "recording_id": null,
    "artist": "John Angaiak",
    "artist_ids": [
        "32ca5079-81b3-43bb-a138-ccbb731eb83b"
    ],
    "album": "I'm Lost In The City",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Eskimo Language Workshop"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to the state of Alaska, which became a state on January 3rd, 1959. Yup’ik Eskimo John Angaiak was born on Pearl Harbor Day in Nightmute, Alaska. You can purchase \"I'm Lost in the City\" at this Light in the Attic address: https://lightintheattic.net/releases/2253-i-m-lost-in-the-city",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}