Information about plays

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

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

{
    "id": 453988,
    "uri": "https://api.kexp.org/v2/plays/453988/?format=api",
    "airdate": "2001-08-09T20:14:17-07:00",
    "show": 7681,
    "show_uri": "https://api.kexp.org/v2/shows/7681/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CHVY38B4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CHVY38B4L._SL75_.jpg",
    "song": "Forsaken Love",
    "track_id": "9a06685e-95a2-4944-add2-bc95973bad64",
    "recording_id": null,
    "artist": "The Carter Family",
    "artist_ids": [
        "29c5b1fb-5dcc-4499-b225-4ceeeb8a73d1"
    ],
    "album": "My Clinch Mountain Home: Their Complete Victor Recordings, 1928-1929",
    "release_id": "536d3025-4ccc-4993-a245-6ce1f25aed37",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}