Information about plays

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

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

{
    "id": 342920,
    "uri": "https://api.kexp.org/v2/plays/342920/?format=api",
    "airdate": "2019-06-18T11:02:11-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "http://coverartarchive.org/release/24592204-1a84-482f-8259-fa02ac1b9f21/16109910894-250.jpg",
    "thumbnail_uri": "",
    "song": "Fill in the Blank",
    "track_id": "624fadab-c322-4109-9d30-470c61a4f450",
    "recording_id": null,
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "Teens of Denial",
    "release_id": "24592204-1a84-482f-8259-fa02ac1b9f21",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2016-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Car Seat Headrest will be at Marymoor Park in Redmond, Washington (with Death Cab for Cutie) on Saturday and Sunday, September 7th and 8th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}