Information about plays

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

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

{
    "id": 421650,
    "uri": "https://api.kexp.org/v2/plays/421650/?format=api",
    "airdate": "2001-05-06T04:15: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/41J381Z3QRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41J381Z3QRL._SL75_.jpg",
    "song": "Can't Think",
    "track_id": "2324f0d3-d840-4cc9-95e5-bf2441258d33",
    "recording_id": null,
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "G.O.A.T.",
    "release_id": "a04339da-55f8-48a4-97c6-e46d907e9601",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}