Information about plays

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

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

{
    "id": 532668,
    "uri": "https://api.kexp.org/v2/plays/532668/?format=api",
    "airdate": "2002-03-29T20:02:52-08:00",
    "show": 9222,
    "show_uri": "https://api.kexp.org/v2/shows/9222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51n%2BJFp%2BGxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51n%2BJFp%2BGxL._SL75_.jpg",
    "song": "I Can't Forget",
    "track_id": "6be4aafc-74f4-4ab0-a2d7-5bfad5e2f4b8",
    "recording_id": null,
    "artist": "Marvin Rainwater",
    "artist_ids": [
        "7089f88e-6d18-48df-bfe1-62d23e88f404"
    ],
    "album": "Whole Lotta Woman",
    "release_id": "52058dd9-e5cc-406e-9c0d-a9bb14a71c01",
    "release_group_id": null,
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}