Information about plays

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

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

{
    "id": 343279,
    "uri": "https://api.kexp.org/v2/plays/343279/?format=api",
    "airdate": "2019-06-19T03:09:00-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boys Wanna Be Her",
    "track_id": "9867485e-ee0b-37c1-940e-dab8b8d2d98a",
    "recording_id": null,
    "artist": "Peaches",
    "artist_ids": [
        "270acfee-1fbe-413e-a0a8-6a35a8b3b66c"
    ],
    "album": "Boys Wanna Be Her",
    "release_id": "c9f6cd33-2d06-496e-9129-e05805bc5ebc",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [],
    "release_date": "2006-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Boys Wanna Be Her\" was featured in episodes of television series Ugly Betty and The L Word. On the song the artist said, \"It's just a celebration. Seriously. I want it to be like a post-gender and post-age celebration of becoming who you are.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}