Information about plays

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

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

{
    "id": 500426,
    "uri": "https://api.kexp.org/v2/plays/500426/?format=api",
    "airdate": "2001-12-26T00:37:00-08:00",
    "show": 8593,
    "show_uri": "https://api.kexp.org/v2/shows/8593/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41q9hNT9DAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41q9hNT9DAL._SL75_.jpg",
    "song": "Your Number or Your Name",
    "track_id": "aba2d0a8-f396-47d1-857e-0aca40934067",
    "recording_id": null,
    "artist": "The Knack",
    "artist_ids": [
        "435ccd03-20f6-42aa-97e3-275b82dc2f6f"
    ],
    "album": "Get the Knack",
    "release_id": "3bca9a43-3407-4413-b22e-9e9267e54c6f",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}