Information about plays

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

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

{
    "id": 414434,
    "uri": "https://api.kexp.org/v2/plays/414434/?format=api",
    "airdate": "2001-02-25T17:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/313NXM5X98L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/313NXM5X98L._SL75_.jpg",
    "song": "Fear of Fireflies",
    "track_id": "65a2d388-9d50-42ee-9133-6230da640c5c",
    "recording_id": null,
    "artist": "Calla",
    "artist_ids": [
        "c1741e51-aa6b-43db-af02-e0901a49db49"
    ],
    "album": "Scavengers",
    "release_id": "6d8a9b40-4b93-4c89-9891-4798356c0483",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-16",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}