Information about plays

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

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

{
    "id": 352918,
    "uri": "https://api.kexp.org/v2/plays/352918/?format=api",
    "airdate": "2019-07-11T07:08:34-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "http://coverartarchive.org/release/303b0dce-f481-4038-bb86-f22a21838e31/844552319-250.jpg",
    "thumbnail_uri": "",
    "song": "99.9 F°",
    "track_id": "e2f91312-6e92-342e-91d4-700cdf32e860",
    "recording_id": null,
    "artist": "Suzanne Vega",
    "artist_ids": [
        "cf119120-7df5-47d7-9dec-49f8837a4e40"
    ],
    "album": "99.9 F°",
    "release_id": "303b0dce-f481-4038-bb86-f22a21838e31",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1992-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 60th birthday to singer/songwriter Suzanne Vega, born on this day in 1959!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}