Information about plays

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

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

{
    "id": 351639,
    "uri": "https://api.kexp.org/v2/plays/351639/?format=api",
    "airdate": "2019-07-08T09:01:30-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2/1517852873-250.jpg",
    "thumbnail_uri": "",
    "song": "So Lonely",
    "track_id": "8a07dd58-876a-37c2-8a7a-d115464a5ecd",
    "recording_id": null,
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Message in a Box: The Complete Recordings",
    "release_id": "35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1993-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sting wrote the lyrics while he was in his previous band, Last Exit, then \"grafted them shamelessly onto the chords from Bob Marley's 'No Woman No Cry,'\" he explained in Lyrics By Sting. \"This kind of musical juxtaposition - the lilting rhythm of the verses separated by monolithic slabs of straight rock and roll - pleased the hell out of me. That we could achieve it effortlessly just added to the irony of a song about misery being sung so joyously.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}