Information about plays

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

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

{
    "id": 372552,
    "uri": "https://api.kexp.org/v2/plays/372552/?format=api",
    "airdate": "2019-08-26T12:34:00-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maybe I'm Amazed",
    "track_id": null,
    "recording_id": null,
    "artist": "Wings",
    "artist_ids": [
        "d922d727-240a-4432-9a88-05a7cf9bc403"
    ],
    "album": "Wings Over America",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Maybe I'm Amazed\" was a product of the depression Paul McCartney experienced around the time of The Beatles' break-up. Wondering what to do with his life, he briefly turned to the bottle before his wife Linda encouraged him to start writing and recording music again. This song was a tribute to her inspirational spirit, which shone through amid his melancholia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}