Information about plays

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

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

{
    "id": 352166,
    "uri": "https://api.kexp.org/v2/plays/352166/?format=api",
    "airdate": "2019-07-09T15:43:10-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/780823a5-a852-4958-bcb3-b291ceb66ea1/2973789684-250.jpg",
    "thumbnail_uri": "",
    "song": "Race for the Prize (remix)",
    "track_id": "1ad57a0b-edcc-37d3-a6e1-6a0e3b76a4e3",
    "recording_id": null,
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "The Soft Bulletin",
    "release_id": "780823a5-a852-4958-bcb3-b291ceb66ea1",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1999-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The single, released in 1999, was the album's highest charting single, reaching the top 40 at #39.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}