Information about plays

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

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

{
    "id": 426759,
    "uri": "https://api.kexp.org/v2/plays/426759/?format=api",
    "airdate": "2001-05-22T02:20:00-07:00",
    "show": 7166,
    "show_uri": "https://api.kexp.org/v2/shows/7166/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QXBCN9BXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QXBCN9BXL._SL75_.jpg",
    "song": "Valentín",
    "track_id": "46c52e49-b0c9-4463-ab85-65296bfbc984",
    "recording_id": null,
    "artist": "Susana Baca",
    "artist_ids": [
        "176af481-a5db-4902-84e0-393e7811b8c4"
    ],
    "album": "Eco de sombras",
    "release_id": "09d118ba-07e8-4ee2-8c05-c12709550a43",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}