Information about plays

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

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

{
    "id": 1275695,
    "uri": "https://api.kexp.org/v2/plays/1275695/?format=api",
    "airdate": "2007-09-05T19:26:29-07:00",
    "show": 22328,
    "show_uri": "https://api.kexp.org/v2/shows/22328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZjBH-yyeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZjBH-yyeL._SL75_.jpg",
    "song": "Idaho Home",
    "track_id": "f03c7ebc-418e-4883-a89a-a4f0bc259119",
    "recording_id": null,
    "artist": "Ronee Blakley",
    "artist_ids": [
        "caddd3e0-79c8-46b6-a566-3848f91069c1"
    ],
    "album": "Welcome",
    "release_id": "2ab1410a-edf4-4528-b515-66a0dad1e0af",
    "release_group_id": null,
    "labels": [
        "Collectors' Choice"
    ],
    "label_ids": [
        "827084ad-e9e9-47ca-9215-a3ae2e458cb3"
    ],
    "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"
}