Information about plays

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

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

{
    "id": 1273366,
    "uri": "https://api.kexp.org/v2/plays/1273366/?format=api",
    "airdate": "2007-08-30T21:40:17-07:00",
    "show": 22289,
    "show_uri": "https://api.kexp.org/v2/shows/22289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21T05TTF0HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21T05TTF0HL._SL75_.jpg",
    "song": "18 Carat Love Affair",
    "track_id": "9369d970-b47e-4a68-b3f1-9f888193ccd8",
    "recording_id": null,
    "artist": "The Associates",
    "artist_ids": [
        "dc78f9b6-afcd-46d6-894e-2149f40a4884"
    ],
    "album": "Popera: The Singles Collection",
    "release_id": "8bcd2499-c60f-4d3c-b575-e2d40d3f7621",
    "release_group_id": null,
    "labels": [
        "Sire/Warner Bros."
    ],
    "label_ids": [],
    "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"
}