Information about plays

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

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

{
    "id": 355983,
    "uri": "https://api.kexp.org/v2/plays/355983/?format=api",
    "airdate": "2019-07-18T09:19:00-07:00",
    "show": 5931,
    "show_uri": "https://api.kexp.org/v2/shows/5931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Age Love Song",
    "track_id": "d59c7872-d7ce-4f1a-9d0a-3e7a91d15579",
    "recording_id": null,
    "artist": "A Flock of Seagulls",
    "artist_ids": [
        "aaa436da-b331-4e58-a0fd-3d64d090c120"
    ],
    "album": "Space Age Love Song",
    "release_id": "8ad9c987-ad18-459e-ac04-439cd63d1d72",
    "release_group_id": null,
    "labels": [
        "Vanilla OMP"
    ],
    "label_ids": [],
    "release_date": "2012-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Space song in honor of astronaut John Glenn, who was born on this day in 1921!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}