Information about plays

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

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

{
    "id": 347551,
    "uri": "https://api.kexp.org/v2/plays/347551/?format=api",
    "airdate": "2019-06-28T18:54:00-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?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": "Peaches live in-studio at KEXP: https://bit.ly/2ZOY4Oe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}