Information about plays

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

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

{
    "id": 2682920,
    "uri": "https://api.kexp.org/v2/plays/2682920/?format=api",
    "airdate": "2020-01-06T16:57:37-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe607444-0a02-4532-9631-1052402f9a01/6752634256-250.jpg",
    "thumbnail_uri": "",
    "song": "My Girls",
    "track_id": "83b4f80e-9eda-34c0-9114-3db516e64d3f",
    "recording_id": null,
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Merriweather Post Pavilion",
    "release_id": "fe607444-0a02-4532-9631-1052402f9a01",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2009-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Merriweather Post Pavillion\" by Animal Collective was released on this day in 2009!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}