Information about plays

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

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

{
    "id": 475597,
    "uri": "https://api.kexp.org/v2/plays/475597/?format=api",
    "airdate": "2001-10-12T10:56:15-07:00",
    "show": 8105,
    "show_uri": "https://api.kexp.org/v2/shows/8105/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41oiJLxpigL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41oiJLxpigL._SL75_.jpg",
    "song": "Magdalena 82",
    "track_id": "393eca4f-4234-4436-9044-392d034a0e55",
    "recording_id": null,
    "artist": "Alan Vega",
    "artist_ids": [
        "dd720ac8-1c68-4484-abb7-0546413a55e3"
    ],
    "album": "Collision Drive",
    "release_id": "30d78aa3-e5dc-4eeb-bfb3-e063bf21feba",
    "release_group_id": null,
    "labels": [
        "Celluloid"
    ],
    "label_ids": [
        "1c4a920e-65a7-4e60-bf45-78a9741977bb"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}