Information about plays

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

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

{
    "id": 420912,
    "uri": "https://api.kexp.org/v2/plays/420912/?format=api",
    "airdate": "2001-05-03T19:27:00-07:00",
    "show": 7043,
    "show_uri": "https://api.kexp.org/v2/shows/7043/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21H7RZRTDEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21H7RZRTDEL._SL75_.jpg",
    "song": "Sometimes You Just Can't Win",
    "track_id": "2048877a-0f6a-48f5-98d6-9a6d7ea0cfe1",
    "recording_id": null,
    "artist": "George Jones",
    "artist_ids": [
        "f2903be0-79a7-4334-8cc5-e45309482a97"
    ],
    "album": "She Thinks I Still Care: The George Jones Collection (disc 1)",
    "release_id": "09d62fb0-003d-4a97-900c-c45984ab92c4",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "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"
}