Information about plays

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

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

{
    "id": 454708,
    "uri": "https://api.kexp.org/v2/plays/454708/?format=api",
    "airdate": "2001-08-11T22:55:00-07:00",
    "show": 7696,
    "show_uri": "https://api.kexp.org/v2/shows/7696/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here Is",
    "track_id": "dccaf127-439b-48f6-b6db-6b8caa35ca69",
    "recording_id": null,
    "artist": "Jay Salino",
    "artist_ids": [
        "56fa956e-b505-4e85-82ba-3ba5f3db4cbf"
    ],
    "album": "Here Is",
    "release_id": "276aedbc-155c-4438-9c7e-5c9f0bcebc46",
    "release_group_id": null,
    "labels": [
        "Statra Recordings"
    ],
    "label_ids": [
        "4dc3c1a1-925d-47dc-8977-229e055b56f3"
    ],
    "release_date": "2001-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}