Information about plays

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

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

{
    "id": 2683195,
    "uri": "https://api.kexp.org/v2/plays/2683195/?format=api",
    "airdate": "2020-01-07T09:21:34-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?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": "\"4ÆM\" will appear in the upcoming videogame \"Cyberpunk 2077\" In the game, the song belongs to character Lizzy Wizzy – a cyborg-esque pop megastar who is voiced by Grimes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}