Information about plays

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

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

{
    "id": 2676240,
    "uri": "https://api.kexp.org/v2/plays/2676240/?format=api",
    "airdate": "2019-12-21T05:08:03-08:00",
    "show": 46190,
    "show_uri": "https://api.kexp.org/v2/shows/46190/?format=api",
    "image_uri": "https://coverartarchive.org/release/b60fcfd7-3090-4451-bc7e-6ef8dc9916ed/24506280840-250.jpg",
    "thumbnail_uri": "",
    "song": "EAST",
    "track_id": "a7c44c8a-5d5f-4200-bfb1-d330cb17f53c",
    "recording_id": null,
    "artist": "Earl Sweatshirt",
    "artist_ids": [
        "8b22acd6-20e6-4463-a75c-c14b5cfdb666"
    ],
    "album": "FEET OF CLAY",
    "release_id": "b60fcfd7-3090-4451-bc7e-6ef8dc9916ed",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}