Information about plays

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

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

{
    "id": 370309,
    "uri": "https://api.kexp.org/v2/plays/370309/?format=api",
    "airdate": "2019-08-21T08:18:21-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "http://coverartarchive.org/release/6ab8e549-13bc-39c0-b947-423ada5ee844/6592066455-250.jpg",
    "thumbnail_uri": "",
    "song": "Warning Shots",
    "track_id": "559235bd-bf97-3116-90e9-a5e7819f6285",
    "recording_id": null,
    "artist": "Thievery Corporation feat. Sleepy Wonder & Gunjan",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Cosmic Game",
    "release_id": "6ab8e549-13bc-39c0-b947-423ada5ee844",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": "2005-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thievery Corporation will play two nights at The Showbox, Friday, Nov 29, and Sunday, Dec 1. - https://thieverycorporation.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}