Information about plays

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

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

{
    "id": 432477,
    "uri": "https://api.kexp.org/v2/plays/432477/?format=api",
    "airdate": "2001-06-08T02:05:00-07:00",
    "show": 7275,
    "show_uri": "https://api.kexp.org/v2/shows/7275/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GrJ1UoQhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GrJ1UoQhL._SL75_.jpg",
    "song": "Ice Storm",
    "track_id": "e356c414-b380-4842-874c-4e0cf2569569",
    "recording_id": null,
    "artist": "Eleventh Dream Day",
    "artist_ids": [
        "751b1385-9595-46ee-b634-8f90f892682a"
    ],
    "album": "Stalled Parade",
    "release_id": "1a053a0e-e540-4231-9049-f013a7afa867",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "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"
}