Information about plays

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

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

{
    "id": 448761,
    "uri": "https://api.kexp.org/v2/plays/448761/?format=api",
    "airdate": "2001-07-25T17:11:15-07:00",
    "show": 7586,
    "show_uri": "https://api.kexp.org/v2/shows/7586/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61R--7vdIXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61R--7vdIXL._SL75_.jpg",
    "song": "The Man Who Danced Too Slowly",
    "track_id": "72b22f66-5b44-4143-aca4-4958a4bdbfa4",
    "recording_id": null,
    "artist": "Baka Beyond",
    "artist_ids": [
        "bc30924c-1900-41c3-9a97-41a93433836f"
    ],
    "album": "Spirit of the Forest",
    "release_id": "6ee39343-57c1-491b-af41-f81b4cda6ebe",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}