Information about plays

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

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

{
    "id": 369728,
    "uri": "https://api.kexp.org/v2/plays/369728/?format=api",
    "airdate": "2019-08-20T04:11:00-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brick House",
    "track_id": "0ae3b195-f047-311a-ac42-d83e73b150b7",
    "recording_id": null,
    "artist": "Commodores",
    "artist_ids": [
        "900ab237-327b-44e2-87e4-73250bbe025a"
    ],
    "album": "Commodores",
    "release_id": "8d961be8-b18f-3ad7-bd08-4418748e15c6",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Dad request. Happy Anniversary to the people who gave me life and a love of music, most likely in that order.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}