Information about plays

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

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

{
    "id": 416391,
    "uri": "https://api.kexp.org/v2/plays/416391/?format=api",
    "airdate": "2001-04-19T12:30:00-07:00",
    "show": 6948,
    "show_uri": "https://api.kexp.org/v2/shows/6948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417V09CE0AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417V09CE0AL._SL75_.jpg",
    "song": "Dichotomy",
    "track_id": "dcd0b182-e423-4ad5-b265-eb3b2e4fb12f",
    "recording_id": null,
    "artist": "Maktub",
    "artist_ids": [
        "0d8af401-9461-41c2-b612-a8d0123db604"
    ],
    "album": "Subtle Ways",
    "release_id": "00232fa0-938f-4d3c-94a8-11cf3503a10b",
    "release_group_id": null,
    "labels": [
        "Jasiri Media Group"
    ],
    "label_ids": [
        "2a7c4c64-9bb1-41fb-9032-f43117b82987"
    ],
    "release_date": "1999-06-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}