Information about plays

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

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

{
    "id": 343358,
    "uri": "https://api.kexp.org/v2/plays/343358/?format=api",
    "airdate": "2019-06-19T07:38:00-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jump In, The Water's Fine",
    "track_id": null,
    "recording_id": null,
    "artist": "The Wedding Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "Jump In, The Water's Fine",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Come Play With Me"
    ],
    "label_ids": [],
    "release_date": "2019-08-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Wedding Present have their first new material since 2017! They are touring but no North American dates announced yet. Here's when they performed live at KEXP in 2017: https://www.youtube.com/watch?v=SfsaLtuEZsc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}