Information about plays

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

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

{
    "id": 460269,
    "uri": "https://api.kexp.org/v2/plays/460269/?format=api",
    "airdate": "2001-08-28T03:28:00-07:00",
    "show": 7808,
    "show_uri": "https://api.kexp.org/v2/shows/7808/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FSZAQKZTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FSZAQKZTL._SL75_.jpg",
    "song": "O.G. Original Gangster",
    "track_id": "c84b996a-4e6b-4db0-8f59-79bbde10a9a3",
    "recording_id": null,
    "artist": "Ice-T",
    "artist_ids": [
        "8a75ce0d-1df3-47cc-b076-ce2f4e8250f0"
    ],
    "album": "Greatest Hits: The Evidence",
    "release_id": "4958712a-17da-4d72-8219-8fff9ddce89e",
    "release_group_id": null,
    "labels": [
        "Coroner"
    ],
    "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"
}