Information about plays

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

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

{
    "id": 482314,
    "uri": "https://api.kexp.org/v2/plays/482314/?format=api",
    "airdate": "2001-10-31T23:46:40-08:00",
    "show": 8234,
    "show_uri": "https://api.kexp.org/v2/shows/8234/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412MJXSXY6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412MJXSXY6L._SL75_.jpg",
    "song": "There Are No More Tickets to the Funeral",
    "track_id": "bf1879d2-a493-40d4-b4de-d5c65a0657b8",
    "recording_id": null,
    "artist": "Diamanda Galás",
    "artist_ids": [
        "f569a00a-a5d4-4269-b383-e125a0b515a4"
    ],
    "album": "Plague Mass",
    "release_id": "bb653feb-9749-4b91-95a8-70d6ac6dacfd",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1993-12-31",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}