Information about plays

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

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

{
    "id": 1286546,
    "uri": "https://api.kexp.org/v2/plays/1286546/?format=api",
    "airdate": "2007-10-03T14:55:39-07:00",
    "show": 22511,
    "show_uri": "https://api.kexp.org/v2/shows/22511/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412KKA5KXGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412KKA5KXGL._SL75_.jpg",
    "song": "Spring Arrives",
    "track_id": "af81fb37-e555-47ea-9ebf-6ee820732002",
    "recording_id": null,
    "artist": "Azam Ali",
    "artist_ids": [
        "347aafad-0d39-4046-8455-21da93854943"
    ],
    "album": "Elysium for the Brave",
    "release_id": "5cfb1f76-e542-4acf-875c-91d4af82d09e",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2006-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}