Information about plays

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

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

{
    "id": 429531,
    "uri": "https://api.kexp.org/v2/plays/429531/?format=api",
    "airdate": "2001-05-30T07:44:00-07:00",
    "show": 7219,
    "show_uri": "https://api.kexp.org/v2/shows/7219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GRXWDRXGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GRXWDRXGL._SL75_.jpg",
    "song": "Stereo Situation",
    "track_id": "29b6f3ef-3d12-4913-9019-50536baeea1b",
    "recording_id": null,
    "artist": "Trans Am",
    "artist_ids": [
        "7c5acaaa-3f74-4e16-82b2-f8046fce4338"
    ],
    "album": "The Surveillance",
    "release_id": "4b6b75bf-e4c0-4a07-b927-49db989b5a2b",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}