Information about plays

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

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

{
    "id": 2677055,
    "uri": "https://api.kexp.org/v2/plays/2677055/?format=api",
    "airdate": "2019-12-23T07:09:21-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d5c43af-db57-4d6d-a7ad-cc14ddd20c79/23336808666-250.jpg",
    "thumbnail_uri": "",
    "song": "The Mother Road",
    "track_id": "f9f5a55c-c50a-4821-9807-68ddda73228f",
    "recording_id": null,
    "artist": "Chelsea Wolfe",
    "artist_ids": [
        "60e8e938-365e-4429-a141-4c79eb49588d"
    ],
    "album": "Birth of Violence",
    "release_id": "2d5c43af-db57-4d6d-a7ad-cc14ddd20c79",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [
        "8e3fe8a2-3c49-4ec1-8a1f-c31c2814611f"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chelsea Wolfe's sixth studio album 'Birth of Violence' was released in June 2019 on Sargent House.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}