Information about plays

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

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

{
    "id": 431596,
    "uri": "https://api.kexp.org/v2/plays/431596/?format=api",
    "airdate": "2001-06-05T14:00:00-07:00",
    "show": 7260,
    "show_uri": "https://api.kexp.org/v2/shows/7260/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LVyWsOH3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LVyWsOH3L._SL75_.jpg",
    "song": "Love Me Sweet (Jim O'Rourke remix)",
    "track_id": "b8856514-c138-4396-be24-a227a35cd620",
    "recording_id": null,
    "artist": "Kid Loco",
    "artist_ids": [
        "8027281d-79e4-4ddc-a8a7-6e6bf9254ad3"
    ],
    "album": "Prelude to a Grand Love Story",
    "release_id": "ac29eb9c-6ce1-41cf-b320-93b37c3cc09b",
    "release_group_id": null,
    "labels": [
        "Yellow"
    ],
    "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"
}