Information about plays

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

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

{
    "id": 419264,
    "uri": "https://api.kexp.org/v2/plays/419264/?format=api",
    "airdate": "2001-04-28T21:30:00-07:00",
    "show": 7007,
    "show_uri": "https://api.kexp.org/v2/shows/7007/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/53826",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/53827",
    "song": "Universal Horn (Flytronix remix)",
    "track_id": "99a2af53-d7b0-4b64-8a8a-dec201be25b0",
    "recording_id": null,
    "artist": "JMJ & Richie",
    "artist_ids": [
        "843ecf10-8bbd-47ab-9d44-a003a52f2144"
    ],
    "album": "Storm From the East",
    "release_id": "a3eeabbe-259f-4a3d-999e-8bbb4bb4458d",
    "release_group_id": null,
    "labels": [
        "Moving Shadow"
    ],
    "label_ids": [
        "0e6ec75e-9728-4c30-8df4-6370947ceb42"
    ],
    "release_date": "1996-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}