Information about plays

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

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

{
    "id": 440962,
    "uri": "https://api.kexp.org/v2/plays/440962/?format=api",
    "airdate": "2001-07-03T00:15:00-07:00",
    "show": 7439,
    "show_uri": "https://api.kexp.org/v2/shows/7439/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FCPH6S2AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FCPH6S2AL._SL75_.jpg",
    "song": "In Like With You",
    "track_id": "d9e1b4aa-3f77-4a0a-9aa4-254a66c8c24f",
    "recording_id": null,
    "artist": "The Judybats",
    "artist_ids": [
        "c3fc6493-eccf-411d-9e09-49ca6c198b01"
    ],
    "album": "Native Son",
    "release_id": "5ff147df-1e34-4014-a1d3-ad81e5794c66",
    "release_group_id": null,
    "labels": [
        "Sire/Warner Brothers"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}