Information about plays

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

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

{
    "id": 381132,
    "uri": "https://api.kexp.org/v2/plays/381132/?format=api",
    "airdate": "2019-09-15T08:25:04-07:00",
    "show": 6344,
    "show_uri": "https://api.kexp.org/v2/shows/6344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nature Has Her Way",
    "track_id": null,
    "recording_id": null,
    "artist": "Olan Mill",
    "artist_ids": [],
    "album": "Healing Sounds: A Compilation for Hurricane Recovery",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Past Inside the Present"
    ],
    "label_ids": [],
    "release_date": "2019-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All proceeds from this new 28-track charity compilation will be donated to those impacted and affected by Hurricane Dorian ~ https://pitp.bandcamp.com/album/healing-sounds-a-compilation-for-hurricane-recovery",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}