Information about plays

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

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

{
    "id": 426659,
    "uri": "https://api.kexp.org/v2/plays/426659/?format=api",
    "airdate": "2001-05-21T18:30:00-07:00",
    "show": 7164,
    "show_uri": "https://api.kexp.org/v2/shows/7164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EG4T4M7GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EG4T4M7GL._SL75_.jpg",
    "song": "Maisha Ni Mapambano",
    "track_id": "7a265380-6f0b-43e1-8b91-ccb74f45ed52",
    "recording_id": null,
    "artist": "Les Wanyika",
    "artist_ids": [
        "2d5ce522-139d-43cc-824a-9a545c252fdb"
    ],
    "album": "Amigo",
    "release_id": "f3c69208-b39e-47f3-a68a-8921dc13d298",
    "release_group_id": null,
    "labels": [
        "Clifford Lugard"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}