Information about plays

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

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

{
    "id": 421224,
    "uri": "https://api.kexp.org/v2/plays/421224/?format=api",
    "airdate": "2001-05-04T17:32:00-07:00",
    "show": 7050,
    "show_uri": "https://api.kexp.org/v2/shows/7050/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3185tb%2BWFGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3185tb%2BWFGL._SL75_.jpg",
    "song": "(You Can Never Tell) C'est la Vie",
    "track_id": "600ebf89-538f-4d18-8655-ab86aad296e4",
    "recording_id": null,
    "artist": "Emmylou Harris",
    "artist_ids": [
        "35ef61ca-43db-4772-ba27-0489e9ebcb69"
    ],
    "album": "Anthology: The Warner/Reprise Years (disc 1)",
    "release_id": "e4ac9f81-bd10-488b-9b29-79f45aacfc20",
    "release_group_id": null,
    "labels": [
        "WB"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}