Information about plays

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

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

{
    "id": 468904,
    "uri": "https://api.kexp.org/v2/plays/468904/?format=api",
    "airdate": "2001-09-22T17:10:00-07:00",
    "show": 7977,
    "show_uri": "https://api.kexp.org/v2/shows/7977/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/23712",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/23713",
    "song": "It Don't Mean a Thing",
    "track_id": "ab911774-9d08-49e3-9184-bbb923732841",
    "recording_id": null,
    "artist": "Bill Ware",
    "artist_ids": [
        "d49c293b-85c2-4e06-8299-70a398336e99"
    ],
    "album": "Sir Duke",
    "release_id": "bd644494-26ef-4140-963a-4a629da3d457",
    "release_group_id": null,
    "labels": [
        "Knitting Factory"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}