Information about plays

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

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

{
    "id": 423792,
    "uri": "https://api.kexp.org/v2/plays/423792/?format=api",
    "airdate": "2001-05-12T17:16:40-07:00",
    "show": 7103,
    "show_uri": "https://api.kexp.org/v2/shows/7103/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61CDMFEX4KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61CDMFEX4KL._SL75_.jpg",
    "song": "Take Me Coco",
    "track_id": "fa9bf292-d3f7-4ef1-b2a4-a3b39562d2da",
    "recording_id": null,
    "artist": "Zap Mama",
    "artist_ids": [
        "50c0ec9a-a2a3-4888-a8b0-a0cf565e5ac7"
    ],
    "album": "Adventures in Afropea 1",
    "release_id": "2ba083a8-ca40-48d9-aa74-a6971b649216",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}