Information about plays

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

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

{
    "id": 512606,
    "uri": "https://api.kexp.org/v2/plays/512606/?format=api",
    "airdate": "2002-01-30T20:49:00-08:00",
    "show": 8833,
    "show_uri": "https://api.kexp.org/v2/shows/8833/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Jwv3VCvrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Jwv3VCvrL._SL75_.jpg",
    "song": "He's Got the Whole World in His Hands",
    "track_id": "d871670a-972e-4ae9-8d1e-9ff001d10930",
    "recording_id": null,
    "artist": "James Booker",
    "artist_ids": [
        "fe155348-c8a6-4d09-af55-4d9a53b89e76"
    ],
    "album": "Spiders on the Keys",
    "release_id": "dada8669-171b-4fc5-8904-b37a21927cf5",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}