Information about plays

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

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

{
    "id": 512135,
    "uri": "https://api.kexp.org/v2/plays/512135/?format=api",
    "airdate": "2002-01-29T14:10:00-08:00",
    "show": 8826,
    "show_uri": "https://api.kexp.org/v2/shows/8826/?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": "Cheree",
    "track_id": "fe759cce-7c8e-4412-ae8f-5fd9f7ba110d",
    "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"
}