Information about plays

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

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

{
    "id": 420576,
    "uri": "https://api.kexp.org/v2/plays/420576/?format=api",
    "airdate": "2001-05-02T19:56:15-07:00",
    "show": 7037,
    "show_uri": "https://api.kexp.org/v2/shows/7037/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EriHd5GXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EriHd5GXL._SL75_.jpg",
    "song": "You're Crazy for Taking the Bus",
    "track_id": "6f584a76-48dc-4187-9870-83058edd320c",
    "recording_id": null,
    "artist": "Jonathan Richman",
    "artist_ids": [
        "bae34b81-9abd-416e-a720-fedc359df775"
    ],
    "album": "Jonathan Goes Country",
    "release_id": "05f91967-fe91-4bd0-b94f-ded3d4413479",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}