Information about plays

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

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

{
    "id": 439233,
    "uri": "https://api.kexp.org/v2/plays/439233/?format=api",
    "airdate": "2001-06-27T20:32:30-07:00",
    "show": 7403,
    "show_uri": "https://api.kexp.org/v2/shows/7403/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble Trouble",
    "track_id": "ec96ca7c-be41-4236-8421-396e575f83f1",
    "recording_id": null,
    "artist": "Roy Lanham",
    "artist_ids": [
        "c3646c8f-22d2-4e8e-a6c6-9421cc52b9c0"
    ],
    "album": "Hard Life Blues",
    "release_id": "4ca152d5-e311-4978-9ea4-f921088099ad",
    "release_group_id": null,
    "labels": [
        "The Orchard"
    ],
    "label_ids": [
        "426f80c6-4d24-42ac-8af6-cd8d015c64ba"
    ],
    "release_date": "2000-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}