Information about plays

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

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

{
    "id": 373684,
    "uri": "https://api.kexp.org/v2/plays/373684/?format=api",
    "airdate": "2019-08-28T20:44:02-07:00",
    "show": 6221,
    "show_uri": "https://api.kexp.org/v2/shows/6221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Streak",
    "track_id": null,
    "recording_id": null,
    "artist": "RAY STEVENS",
    "artist_ids": [],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Barnaby Records"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh, the old streaking fad…. This tune hit #1 in 1974:\nhttps://www.wnyc.org/story/273593-was-hit-ray-stevens-streak ; there was even an official\nvideo, complete with animated nudity (sort of):\nhttps://www.youtube.com/watch?v=XtzoUu7w-YM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}