Information about plays

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

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

{
    "id": 346005,
    "uri": "https://api.kexp.org/v2/plays/346005/?format=api",
    "airdate": "2019-06-25T14:51:00-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frankenstein",
    "track_id": null,
    "recording_id": null,
    "artist": "Editors",
    "artist_ids": [
        "0efe858c-89e5-4e47-906a-356fa953fd6e"
    ],
    "album": "Frankenstein",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Editors have been breaking out this song in live shows lately, and a few days ago, they released the studio version! According to Frontman Tom Smith, the single is \"a song of joy and escapism — a cartoon song for the freaks, the different and for the night.\" Read more via KEXP: https://www.kexp.org/read/2019/6/14/its-alive-editors-share-new-track-frankenstein/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}