Information about plays

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

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

{
    "id": 1378517,
    "uri": "https://api.kexp.org/v2/plays/1378517/?format=api",
    "airdate": "2008-05-25T19:59:00-07:00",
    "show": 24059,
    "show_uri": "https://api.kexp.org/v2/shows/24059/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Go",
    "track_id": "9cc6aec4-ffdc-4f42-82c1-331edd27720d",
    "recording_id": null,
    "artist": "Pharoahe Monch",
    "artist_ids": [
        "a4d62ced-2f87-488a-9c76-ab88ea7a2cbf"
    ],
    "album": "The Awakening",
    "release_id": "65e39cde-a8bb-4ed5-9103-0cff23be6f51",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}