Information about plays

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

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

{
    "id": 492136,
    "uri": "https://api.kexp.org/v2/plays/492136/?format=api",
    "airdate": "2001-12-01T00:24:00-08:00",
    "show": 8432,
    "show_uri": "https://api.kexp.org/v2/shows/8432/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41kphGT2diL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41kphGT2diL._SL75_.jpg",
    "song": "Air From Another World",
    "track_id": "1a310eee-2e40-4daa-81b3-be878c0a5eca",
    "recording_id": null,
    "artist": "Jessamine",
    "artist_ids": [
        "a261c608-3140-4918-805a-7a318b5b2c2b"
    ],
    "album": "Another Fictionalized History",
    "release_id": "a87fa3e7-398a-4bfc-aec4-18936300a2a2",
    "release_group_id": null,
    "labels": [
        "Histrionic"
    ],
    "label_ids": [
        "91eb831c-07e7-4efa-bdca-a420d4156461"
    ],
    "release_date": "1997-09-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}