Information about plays

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

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

{
    "id": 531525,
    "uri": "https://api.kexp.org/v2/plays/531525/?format=api",
    "airdate": "2002-03-26T23:15:00-08:00",
    "show": 9203,
    "show_uri": "https://api.kexp.org/v2/shows/9203/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5181Z0MJ65L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5181Z0MJ65L._SL75_.jpg",
    "song": "Spaceball Ricochet",
    "track_id": null,
    "recording_id": null,
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "The Slider",
    "release_id": "cd351e01-846e-4352-929d-4671cbfb4695",
    "release_group_id": null,
    "labels": [
        "Reprise"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}