Information about plays

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

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

{
    "id": 419388,
    "uri": "https://api.kexp.org/v2/plays/419388/?format=api",
    "airdate": "2001-04-29T12:20:00-07:00",
    "show": 7012,
    "show_uri": "https://api.kexp.org/v2/shows/7012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AN64uhHwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AN64uhHwL._SL75_.jpg",
    "song": "City of Pleasures",
    "track_id": null,
    "recording_id": null,
    "artist": "Govinda",
    "artist_ids": [
        "1bc1aadd-ce79-472c-8490-e677d4e26a47"
    ],
    "album": "Erotic Rhythms From Earth",
    "release_id": "bc7dc421-8914-4d52-afd5-76c4357d09a4",
    "release_group_id": null,
    "labels": [
        "Earthtone Records"
    ],
    "label_ids": [
        "7470ff17-4061-4693-9301-610c921feb28"
    ],
    "release_date": "2001-05-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}