Information about plays

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

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

{
    "id": 532298,
    "uri": "https://api.kexp.org/v2/plays/532298/?format=api",
    "airdate": "2002-03-28T21:07:00-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410JA3J42WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410JA3J42WL._SL75_.jpg",
    "song": "Blues Story II",
    "track_id": "3193e05f-cb3c-430b-b6fd-416c58a80d9d",
    "recording_id": null,
    "artist": "Little Axe",
    "artist_ids": [
        "bef97ee3-daab-4a0f-9d0d-9dbf9fdd5b15"
    ],
    "album": "Hard Grind",
    "release_id": "26de7406-5e80-4b25-8b3d-866b9e74303a",
    "release_group_id": null,
    "labels": [
        "Greentea"
    ],
    "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"
}