Information about plays

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

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

{
    "id": 515044,
    "uri": "https://api.kexp.org/v2/plays/515044/?format=api",
    "airdate": "2002-02-06T20:51:00-08:00",
    "show": 8880,
    "show_uri": "https://api.kexp.org/v2/shows/8880/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pyy6t9gyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pyy6t9gyL._SL75_.jpg",
    "song": "Feel Like Funkin' It Up",
    "track_id": "8935f28c-3a7e-4638-b214-9575b113bd5d",
    "recording_id": null,
    "artist": "Rebirth Brass Band",
    "artist_ids": [
        "73701a01-07e2-44f7-8935-e094bdc22892"
    ],
    "album": "Feel Like Funkin' It Up",
    "release_id": "b48fd1a2-a3ee-412c-9fea-5faec0aa6748",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1989-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}