Information about plays

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

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

{
    "id": 429136,
    "uri": "https://api.kexp.org/v2/plays/429136/?format=api",
    "airdate": "2001-05-29T05:25:42-07:00",
    "show": 7212,
    "show_uri": "https://api.kexp.org/v2/shows/7212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412V2BGGYRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412V2BGGYRL._SL75_.jpg",
    "song": "The Boy Who Wonders",
    "track_id": "8dd59fe8-d5cf-425d-a3a9-d731c73fcb51",
    "recording_id": null,
    "artist": "Kreidler",
    "artist_ids": [
        "05498d7c-5bd0-40fa-aabf-a39f34efba5c"
    ],
    "album": "Kreidler",
    "release_id": "eb4f7079-38b6-48e0-969d-164d0a161979",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2000-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}