Information about plays

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

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

{
    "id": 492861,
    "uri": "https://api.kexp.org/v2/plays/492861/?format=api",
    "airdate": "2001-12-03T08:43:00-08:00",
    "show": 8450,
    "show_uri": "https://api.kexp.org/v2/shows/8450/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YMV295V9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YMV295V9L._SL75_.jpg",
    "song": "Who Is the Aquarian?",
    "track_id": "31e141ee-c61e-4aac-a50e-91c13637a422",
    "recording_id": null,
    "artist": "Aquarhythms",
    "artist_ids": [
        "2c3a60f7-ebea-4001-888c-fe953ed87212"
    ],
    "album": "Greetings From Deepest America",
    "release_id": "6392069b-04e4-4a65-8eec-e724e6fc9980",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1997-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}