Information about plays

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

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

{
    "id": 442260,
    "uri": "https://api.kexp.org/v2/plays/442260/?format=api",
    "airdate": "2001-07-06T14:22:30-07:00",
    "show": 7462,
    "show_uri": "https://api.kexp.org/v2/shows/7462/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61M0CN9HS5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61M0CN9HS5L._SL75_.jpg",
    "song": "Mr. Brown",
    "track_id": "baf7ca77-1cd8-4c41-8e7e-bbc3b457cfd6",
    "recording_id": null,
    "artist": "Zap Mama",
    "artist_ids": [
        "50c0ec9a-a2a3-4888-a8b0-a0cf565e5ac7"
    ],
    "album": "Sabsylma",
    "release_id": "63222c29-8eab-4e54-8403-311efc12614b",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}