Information about plays

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

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

{
    "id": 421260,
    "uri": "https://api.kexp.org/v2/plays/421260/?format=api",
    "airdate": "2001-05-04T19:20:00-07:00",
    "show": 7051,
    "show_uri": "https://api.kexp.org/v2/shows/7051/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dV1i2kvGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dV1i2kvGL._SL75_.jpg",
    "song": "I'm on Fire",
    "track_id": "00e3c572-3906-4eea-94bb-34e77caa7222",
    "recording_id": null,
    "artist": "The Sureshots",
    "artist_ids": [
        "f6d90411-af74-4db3-963e-9e9d28fa2ed2"
    ],
    "album": "The James Deans of the Dole Queue",
    "release_id": "0ca5a369-9219-46bc-8543-7c72fd514421",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}