Information about plays

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

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

{
    "id": 433459,
    "uri": "https://api.kexp.org/v2/plays/433459/?format=api",
    "airdate": "2001-06-11T06:00:00-07:00",
    "show": 7294,
    "show_uri": "https://api.kexp.org/v2/shows/7294/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xXh88vFNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xXh88vFNL._SL75_.jpg",
    "song": "Fire and Roses",
    "track_id": "e7a15ad8-ad25-47a1-b694-c8a418c3bd05",
    "recording_id": null,
    "artist": "Mimi",
    "artist_ids": [
        "10cfe4a8-b532-402b-884d-247b7e08f352"
    ],
    "album": "Soak",
    "release_id": "3dfb45a0-e5ca-4630-b9d6-58bdd2a7c061",
    "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": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}