Information about plays

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

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

{
    "id": 1272747,
    "uri": "https://api.kexp.org/v2/plays/1272747/?format=api",
    "airdate": "2007-08-29T09:39:51-07:00",
    "show": 22279,
    "show_uri": "https://api.kexp.org/v2/shows/22279/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F5R6lDi1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F5R6lDi1L._SL75_.jpg",
    "song": "So. Central Rain (I'm Sorry)",
    "track_id": "7931b608-ddc9-4ddd-8038-6955952734c8",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "And I Feel Fine... The Best of the I.R.S. Years 1982-1987",
    "release_id": "10798e2e-0798-44f7-99fa-d81bc4b44b05",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "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"
}