Information about plays

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

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

{
    "id": 419609,
    "uri": "https://api.kexp.org/v2/plays/419609/?format=api",
    "airdate": "2001-04-30T02:33:20-07:00",
    "show": 7018,
    "show_uri": "https://api.kexp.org/v2/shows/7018/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512ZLBM4beL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512ZLBM4beL._SL75_.jpg",
    "song": "Sexy Dancer",
    "track_id": "5c3386f3-2d63-4d30-98fa-8b5f64ebad58",
    "recording_id": null,
    "artist": "Mephisto Odyssey",
    "artist_ids": [
        "c4ae2a39-b7b9-4509-ad12-ad3f6a0b9146"
    ],
    "album": "The Deep Red Connection",
    "release_id": "7ce1bdf6-6b4c-4445-99cb-5532577bb3f5",
    "release_group_id": null,
    "labels": [
        "Primal"
    ],
    "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"
}