Information about plays

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

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

{
    "id": 503298,
    "uri": "https://api.kexp.org/v2/plays/503298/?format=api",
    "airdate": "2002-01-03T11:38:00-08:00",
    "show": 8649,
    "show_uri": "https://api.kexp.org/v2/shows/8649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217WNQ35HGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217WNQ35HGL._SL75_.jpg",
    "song": "B.H. Goes to a Freak",
    "track_id": "f7dd3ad7-127b-41bf-9d51-c15598332115",
    "recording_id": null,
    "artist": "Critters Buggin",
    "artist_ids": [
        "20231423-121d-4012-99eb-c3c52da0c64c"
    ],
    "album": "Host",
    "release_id": "2929e8cf-5f56-472d-9a4a-93e2247e6160",
    "release_group_id": null,
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}