Information about plays

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

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

{
    "id": 421643,
    "uri": "https://api.kexp.org/v2/plays/421643/?format=api",
    "airdate": "2001-05-06T03:30:00-07:00",
    "show": 7061,
    "show_uri": "https://api.kexp.org/v2/shows/7061/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vxNgPerJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vxNgPerJL._SL75_.jpg",
    "song": "Hallucinations",
    "track_id": "4c4f3fb2-382d-4e85-a9a9-36c3d1e25b36",
    "recording_id": null,
    "artist": "Tim Buckley",
    "artist_ids": [
        "8546949d-f46c-45ab-8391-85b26dda6b65"
    ],
    "album": "Goodbye and Hello",
    "release_id": "99466c7f-0bfa-4a76-958f-e58c6a028f2a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1967-11-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}