Information about plays

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

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

{
    "id": 1310715,
    "uri": "https://api.kexp.org/v2/plays/1310715/?format=api",
    "airdate": "2007-12-05T22:22:09-08:00",
    "show": 22926,
    "show_uri": "https://api.kexp.org/v2/shows/22926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cuerpo Celeste",
    "track_id": "3a1ccfce-60ba-4077-bbac-7f8a4524e59d",
    "recording_id": null,
    "artist": "Murcof",
    "artist_ids": [
        "e8d1f02e-7e77-4415-85b6-dc17e08debbf"
    ],
    "album": "Cosmos",
    "release_id": "d345799a-c328-4532-a14a-e82d8729aa9f",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2007-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}