Information about plays

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

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

{
    "id": 533213,
    "uri": "https://api.kexp.org/v2/plays/533213/?format=api",
    "airdate": "2002-03-31T15:08:47-08:00",
    "show": 9236,
    "show_uri": "https://api.kexp.org/v2/shows/9236/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4113DSM37YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4113DSM37YL._SL75_.jpg",
    "song": "The Long Arm of the Law",
    "track_id": "3964eba7-6890-479d-a0d0-2ea3fde83af3",
    "recording_id": null,
    "artist": "764-HERO",
    "artist_ids": [
        "c8c21975-7d9e-4eb9-802f-ded3d7493fbf"
    ],
    "album": "Nobody Knows This Is Everywhere",
    "release_id": "890f28e5-5efd-4d6c-a1c1-b4abe4a619a9",
    "release_group_id": null,
    "labels": [
        "Tiger Style Records"
    ],
    "label_ids": [
        "afe8e1b0-0066-4637-af02-43b521f0fffd"
    ],
    "release_date": "2002-04-09",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}