Information about plays

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

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

{
    "id": 373961,
    "uri": "https://api.kexp.org/v2/plays/373961/?format=api",
    "airdate": "2019-08-29T11:43:36-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/0c2b6134-3f1b-4567-8ba4-4828065917c6/6212361026-250.jpg",
    "thumbnail_uri": "",
    "song": "Clint Eastwood",
    "track_id": "9353a8cb-7ce5-3cd3-8aca-42e8623cf688",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Gorillaz",
    "release_id": "0c2b6134-3f1b-4567-8ba4-4828065917c6",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Matt's \"One More Saturday Night\" mix. Matt put together this playlist of a variety of music tastes \"just like we all did back in the day when we were kids growing up\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}