Information about plays

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

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

{
    "id": 2683055,
    "uri": "https://api.kexp.org/v2/plays/2683055/?format=api",
    "airdate": "2020-01-07T01:08:48-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/56fe6408-985f-4abd-b0f3-675533cf2a04/24633939116-250.jpg",
    "thumbnail_uri": "",
    "song": "So Heavy I Fell Through the Earth (Art mix)",
    "track_id": "941078a5-1633-47ed-81f3-a09b033485be",
    "recording_id": null,
    "artist": "Grimes",
    "artist_ids": [
        "7e5a2a59-6d9f-4a17-b7c2-e1eedb7bd222"
    ],
    "album": "So Heavy I Fell Through the Earth",
    "release_id": "56fe6408-985f-4abd-b0f3-675533cf2a04",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grimes - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=FJ5XUw4qHZo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}