Information about plays

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

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

{
    "id": 421740,
    "uri": "https://api.kexp.org/v2/plays/421740/?format=api",
    "airdate": "2001-05-06T13:51:25-07:00",
    "show": 7063,
    "show_uri": "https://api.kexp.org/v2/shows/7063/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A6K7CC2ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A6K7CC2ML._SL75_.jpg",
    "song": "Monologue About Bermuda",
    "track_id": "619ae417-21be-4abf-a8ab-af0eb00fa60e",
    "recording_id": null,
    "artist": "Jonathan Richman",
    "artist_ids": [
        "bae34b81-9abd-416e-a720-fedc359df775"
    ],
    "album": "Having a Party With Jonathan Richman",
    "release_id": "9288b6fe-8f0b-4596-8fae-1e81ad6989be",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}