Information about plays

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

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

{
    "id": 380396,
    "uri": "https://api.kexp.org/v2/plays/380396/?format=api",
    "airdate": "2019-09-13T12:15:35-07:00",
    "show": 6330,
    "show_uri": "https://api.kexp.org/v2/shows/6330/?format=api",
    "image_uri": "http://coverartarchive.org/release/508a9f90-bf4b-46ee-a5d4-5d09c40ea6d5/22916910027-250.jpg",
    "thumbnail_uri": "",
    "song": "Hold Your Own",
    "track_id": "1c69fc02-d4d8-4091-b357-c25fdba9e7b3",
    "recording_id": null,
    "artist": "Kate Tempest",
    "artist_ids": [
        "7a2533c3-790e-4828-9b30-ca5467c609c5"
    ],
    "album": "The Book of Traps and Lessons",
    "release_id": "508a9f90-bf4b-46ee-a5d4-5d09c40ea6d5",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kate Tempest LIVE on KEXP (BROADCAST ONLY) Sunday, September 29th at 1:00 PM and at the Showbox that night.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}