Information about plays

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

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

{
    "id": 357625,
    "uri": "https://api.kexp.org/v2/plays/357625/?format=api",
    "airdate": "2019-07-22T11:43:14-07:00",
    "show": 5962,
    "show_uri": "https://api.kexp.org/v2/shows/5962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Ask Why",
    "track_id": "6db9f4fe-6536-3c6e-af32-e7f7add2b365",
    "recording_id": null,
    "artist": "The Raincoats",
    "artist_ids": [
        "42201355-08b7-43b6-a7b8-866f612e1600"
    ],
    "album": "Looking in the Shadows",
    "release_id": "44f88113-4f9c-40c4-afc7-89b2b3c98a8e",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1996-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From London, England. http://www.theraincoats.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}