Information about plays

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

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

{
    "id": 518500,
    "uri": "https://api.kexp.org/v2/plays/518500/?format=api",
    "airdate": "2002-02-16T13:22:00-08:00",
    "show": 8944,
    "show_uri": "https://api.kexp.org/v2/shows/8944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P6gxRe0AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P6gxRe0AL._SL75_.jpg",
    "song": "Moving Furniture Around",
    "track_id": "57c8adf1-8a7e-49ff-a5f8-4ed03679bfdc",
    "recording_id": null,
    "artist": "The Handsome Family",
    "artist_ids": [
        "195ddaa1-f1e4-4960-a107-58d26cb058a2"
    ],
    "album": "For a Life of Sin",
    "release_id": "89360d09-5732-4e84-9aa6-59924d07222c",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}