Information about plays

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

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

{
    "id": 423973,
    "uri": "https://api.kexp.org/v2/plays/423973/?format=api",
    "airdate": "2001-05-13T11:51:00-07:00",
    "show": 7109,
    "show_uri": "https://api.kexp.org/v2/shows/7109/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413BATZV4ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413BATZV4ZL._SL75_.jpg",
    "song": "Nobody Loves Me but My Mother",
    "track_id": "d1f7c45e-13fb-4350-8883-b0fd2eb8fa5e",
    "recording_id": null,
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "How Blue Can You Get? (disc 2: 1976-1994)",
    "release_id": "4c51729e-bbfa-498b-b7fc-a44d71a77e99",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}