Information about plays

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

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

{
    "id": 342864,
    "uri": "https://api.kexp.org/v2/plays/342864/?format=api",
    "airdate": "2019-06-18T07:34:25-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8e9e0f9-7ced-4176-a935-cfac17409d10/9725971061-250.jpg",
    "thumbnail_uri": "",
    "song": "Here's Where the Story Ends",
    "track_id": "e57cb651-90d3-3e3b-b081-21c1b84cc184",
    "recording_id": null,
    "artist": "The Sundays",
    "artist_ids": [
        "9df32318-47d5-4df7-bc68-3ed9e15eb0f6"
    ],
    "album": "Reading, Writing and Arithmetic",
    "release_id": "d8e9e0f9-7ced-4176-a935-cfac17409d10",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1990-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On 10 October 2014, during an interview on BBC Radio 6, actor and comedian David Baddiel described guitarist Dave Gavurin (husband of singer Harriet Wheeler) as his \"oldest mate\" and stated that \"they [Dave and Harriet] are doing music, but whether they ever put that out there, I’ve no idea. They're the most paranoid people about actually putting stuff out there.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}