Information about plays

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

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

{
    "id": 351378,
    "uri": "https://api.kexp.org/v2/plays/351378/?format=api",
    "airdate": "2019-07-07T16:32:43-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/36d0be6d-e14b-40a5-9733-42029fbaddf0/23252931560-250.jpg",
    "thumbnail_uri": "",
    "song": "Playground",
    "track_id": "17d237cd-44b8-4b4f-84ec-92d86d819403",
    "recording_id": null,
    "artist": "Steve Lacy",
    "artist_ids": [
        "b29020d6-5dbf-4c99-b16f-c009f8a712ff"
    ],
    "album": "Apollo XXI",
    "release_id": "36d0be6d-e14b-40a5-9733-42029fbaddf0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut effort from 21-year-old LA artist (and member of The Internet) called Apollo XXI.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}