Information about plays

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

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

{
    "id": 494718,
    "uri": "https://api.kexp.org/v2/plays/494718/?format=api",
    "airdate": "2001-12-08T14:45:00-08:00",
    "show": 8482,
    "show_uri": "https://api.kexp.org/v2/shows/8482/?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": "They Reminisce Over You (T.R.O.Y.)",
    "track_id": null,
    "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"
}