Information about plays

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

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

{
    "id": 370946,
    "uri": "https://api.kexp.org/v2/plays/370946/?format=api",
    "airdate": "2019-08-22T17:15:00-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glory Box- Commentary",
    "track_id": null,
    "recording_id": null,
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Interview with DJ Morgan KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Glory Box' features a rich sample of Isaac Hayes’ 'Ike’s Rap II,' adding an undeniably soulful vibe to 'Glory Box.”' True crate diggers, Barrow and Utley recall how that sample came to be featured on \"Dummy\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}