Information about plays

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

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

{
    "id": 464521,
    "uri": "https://api.kexp.org/v2/plays/464521/?format=api",
    "airdate": "2001-09-09T18:07:30-07:00",
    "show": 7892,
    "show_uri": "https://api.kexp.org/v2/shows/7892/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DTZ00STAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DTZ00STAL._SL75_.jpg",
    "song": "The Basement (feat. Heavy D., Rob-O, Grap & Dida)",
    "track_id": "ff76733b-0033-450b-8929-6c5f5cc5d2c4",
    "recording_id": null,
    "artist": "Pete Rock & C.L. Smooth",
    "artist_ids": [
        "cff77480-7ba4-4206-b1a8-e1b98b38f07c"
    ],
    "album": "Mecca and the Soul Brother",
    "release_id": "97aed087-55bd-4b66-83fb-b2585365eb66",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}