Information about plays

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

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

{
    "id": 534762,
    "uri": "https://api.kexp.org/v2/plays/534762/?format=api",
    "airdate": "2002-04-05T00:39:09-08:00",
    "show": 9263,
    "show_uri": "https://api.kexp.org/v2/shows/9263/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41%2BZ3fOuhXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41%2BZ3fOuhXL._SL75_.jpg",
    "song": "The Photo of Santiago McKinn",
    "track_id": "486f8847-23c4-4d12-828f-19b7903d0a56",
    "recording_id": null,
    "artist": "Harold Budd",
    "artist_ids": [
        "5c864a6f-146e-4225-986d-3295ce90f784"
    ],
    "album": "By the Dawn's Early Light",
    "release_id": "b835aff5-8a39-46ea-a59e-75956d01d4a3",
    "release_group_id": null,
    "labels": [
        "Opal Records"
    ],
    "label_ids": [
        "cd1cc4f9-000c-4207-a34e-78e3ac106a28"
    ],
    "release_date": "1991-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}