Information about plays

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

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

{
    "id": 1287237,
    "uri": "https://api.kexp.org/v2/plays/1287237/?format=api",
    "airdate": "2007-10-05T08:03:00-07:00",
    "show": 22522,
    "show_uri": "https://api.kexp.org/v2/shows/22522/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511viU7v72L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511viU7v72L._SL75_.jpg",
    "song": "Alone Again Or",
    "track_id": "9408b8ce-9b95-4fb0-ac70-595d054a15c6",
    "recording_id": null,
    "artist": "Calexico",
    "artist_ids": [
        "5e372a49-5672-4fb8-ba14-18c90780c4f9"
    ],
    "album": "Alone Again Or",
    "release_id": "46888c28-6d39-4146-a82c-700f74fa0792",
    "release_group_id": null,
    "labels": [
        "EMI International"
    ],
    "label_ids": [
        "65603596-aed9-478f-90c5-16c727494206"
    ],
    "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"
}