Information about plays

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

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

{
    "id": 377125,
    "uri": "https://api.kexp.org/v2/plays/377125/?format=api",
    "airdate": "2019-09-05T17:36:57-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like Wow - Wipeout",
    "track_id": "d1ca1759-2d1b-4219-923d-9b7c1e8b393e",
    "recording_id": null,
    "artist": "Hoodoo Gurus",
    "artist_ids": [
        "ce382524-3f9b-461a-9202-60041105741c"
    ],
    "album": "Mars Needs Guitars!",
    "release_id": "c7c78f85-78ee-4345-9069-1ae26cf134e7",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mars Needs Guitars!\" is Australian rock group Hoodoo Gurus' second album, released in 1985. The title is a reference to the 1967 science fiction film, Mars Needs Women.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}