Information about plays

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

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

{
    "id": 2674809,
    "uri": "https://api.kexp.org/v2/plays/2674809/?format=api",
    "airdate": "2019-12-18T06:59:41-08:00",
    "show": 46172,
    "show_uri": "https://api.kexp.org/v2/shows/46172/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d375d90-cb07-4a9d-8088-c45763716928/24632839568-250.jpg",
    "thumbnail_uri": "",
    "song": "4ÆM",
    "track_id": "fec6c3c9-9442-4711-b6ed-ccc763009310",
    "recording_id": null,
    "artist": "Grimes",
    "artist_ids": [
        "7e5a2a59-6d9f-4a17-b7c2-e1eedb7bd222"
    ],
    "album": "Miss Anthropocene",
    "release_id": "7d375d90-cb07-4a9d-8088-c45763716928",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2020-02-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The artist formerly known as Grimes (whose legal name is now c, as in the speed of light) believes human art will die out in the near future. “Once there's actually AGI (Artificial General Intelligence), they're gonna be so much better at making art than us...\" - https://bit.ly/36JatXe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}