Information about plays

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

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

{
    "id": 496704,
    "uri": "https://api.kexp.org/v2/plays/496704/?format=api",
    "airdate": "2001-12-14T10:49:00-08:00",
    "show": 8520,
    "show_uri": "https://api.kexp.org/v2/shows/8520/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51L0f-s7zUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51L0f-s7zUL._SL75_.jpg",
    "song": "Victoria",
    "track_id": "fc0b3a82-ec95-41a3-a99f-77927abd9232",
    "recording_id": null,
    "artist": "Shane MacGowan and The Popes",
    "artist_ids": [
        "9dfb10b9-a66d-4909-b406-c55407744d2b"
    ],
    "album": "The Snake",
    "release_id": "ee542a8e-72a9-4bb2-ac12-3f48d168bb65",
    "release_group_id": null,
    "labels": [
        "ZTT/Warner Bros."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}