Information about plays

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

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

{
    "id": 381883,
    "uri": "https://api.kexp.org/v2/plays/381883/?format=api",
    "airdate": "2019-09-17T07:00:18-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "http://coverartarchive.org/release/9df04d07-0a3a-4494-a66f-1ddf7d196cec/10719367690-250.jpg",
    "thumbnail_uri": "",
    "song": "I Love the Unknown",
    "track_id": "4b12e459-c0d3-3cfc-a152-b6a2ae462964",
    "recording_id": null,
    "artist": "Clem Snide",
    "artist_ids": [
        "049d86e6-be73-4cb9-b498-0b6103ae3cb1"
    ],
    "album": "Your Favorite Music",
    "release_id": "9df04d07-0a3a-4494-a66f-1ddf7d196cec",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2000-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Hank Williams if he’d been born in Israel, come of age in the post-punk era, and hung out with the art school crowd” - The New Yorker on Clem Snide",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}