Information about plays

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

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

{
    "id": 353123,
    "uri": "https://api.kexp.org/v2/plays/353123/?format=api",
    "airdate": "2019-07-11T17:05:00-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "http://coverartarchive.org/release/afbdab91-97b9-460a-967e-6dbf7c71d2bb/22880748414-250.jpg",
    "thumbnail_uri": "",
    "song": "Light Years",
    "track_id": "8124c8ed-be4f-4448-ac5a-1c33e805b4df",
    "recording_id": null,
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "I Am Easy to Find",
    "release_id": "afbdab91-97b9-460a-967e-6dbf7c71d2bb",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This set of music is dedicated to Gabe Grunewald, an American professional middle-distance runner who competed in distances from 800 meters to 5000 meters. She represented the United States at the 2014 IAAF World Indoor Championships and finished in ninth place in the 3000 meters. She was the national champion in the 3000 meters at the 2014 USA Indoor Track and Field Championships.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}