Information about plays

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

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

{
    "id": 481405,
    "uri": "https://api.kexp.org/v2/plays/481405/?format=api",
    "airdate": "2001-10-29T11:12:00-08:00",
    "show": 8219,
    "show_uri": "https://api.kexp.org/v2/shows/8219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21C6BPHC1KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21C6BPHC1KL._SL75_.jpg",
    "song": "Alaska",
    "track_id": null,
    "recording_id": null,
    "artist": "The Softies",
    "artist_ids": [
        "3daebde2-4630-40d8-be75-438edea4b281"
    ],
    "album": "It's Love",
    "release_id": "39ab6968-a6c3-4a3d-9ca2-4ad1fea17675",
    "release_group_id": null,
    "labels": [
        "K&E record"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}