Information about plays

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

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

{
    "id": 433898,
    "uri": "https://api.kexp.org/v2/plays/433898/?format=api",
    "airdate": "2001-06-12T12:32:00-07:00",
    "show": 7302,
    "show_uri": "https://api.kexp.org/v2/shows/7302/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51A9H8R6VTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51A9H8R6VTL._SL75_.jpg",
    "song": "Dance All Night",
    "track_id": "4a3e3337-626d-400a-897c-7e2acbb6de19",
    "recording_id": null,
    "artist": "Boozoo Chavis",
    "artist_ids": [
        "f10aa2b0-47c8-44a0-83a5-a93d61ef5c63"
    ],
    "album": "Who Stole My Monkey?",
    "release_id": "b4b024a8-51db-44ed-97d1-b0a26530b882",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}