Information about plays

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

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

{
    "id": 516882,
    "uri": "https://api.kexp.org/v2/plays/516882/?format=api",
    "airdate": "2002-02-12T04:52:00-08:00",
    "show": 8917,
    "show_uri": "https://api.kexp.org/v2/shows/8917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ravages of Age",
    "track_id": "eeac2009-6091-4200-a8fa-e1dd000465ad",
    "recording_id": null,
    "artist": "The Cogs",
    "artist_ids": [
        "82cdd02f-d61f-435a-a99d-e84da0e4d7fe"
    ],
    "album": "Open Kimono",
    "release_id": "62e39e7a-f468-45b4-8f41-a360efada4bc",
    "release_group_id": null,
    "labels": [
        "LunaSea"
    ],
    "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"
}