Information about plays

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

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

{
    "id": 494201,
    "uri": "https://api.kexp.org/v2/plays/494201/?format=api",
    "airdate": "2001-12-07T02:51:00-08:00",
    "show": 8473,
    "show_uri": "https://api.kexp.org/v2/shows/8473/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RGJEVP7HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RGJEVP7HL._SL75_.jpg",
    "song": "Tensual",
    "track_id": "48c15d2c-ed4c-4d55-961d-5b4ccfd86482",
    "recording_id": null,
    "artist": "Mouse on Mars",
    "artist_ids": [
        "4d4f5d92-0589-42fa-bc0e-1bd73e17a2ce"
    ],
    "album": "Niun Niggung",
    "release_id": "2e2aa9a9-c2a2-43c1-94b7-5741ff29c2c0",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}