Information about plays

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

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

{
    "id": 374063,
    "uri": "https://api.kexp.org/v2/plays/374063/?format=api",
    "airdate": "2019-08-29T16:06:00-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/af049cb7-fe0a-4a8c-9f52-6ab26e31f9c5/20060862941-250.jpg",
    "thumbnail_uri": "",
    "song": "I’m Looking Through You",
    "track_id": "398d12ac-ad75-45d6-8c20-37a4e282c55a",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Rubber Soul",
    "release_id": "af049cb7-fe0a-4a8c-9f52-6ab26e31f9c5",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2009-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I made this CD mix to express my perceptions and feelings surrounding the end of my marriage in 2004\" - Bjorn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}