Information about plays

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

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

{
    "id": 423246,
    "uri": "https://api.kexp.org/v2/plays/423246/?format=api",
    "airdate": "2001-05-10T21:10:00-07:00",
    "show": 7093,
    "show_uri": "https://api.kexp.org/v2/shows/7093/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KuEJLzPEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KuEJLzPEL._SL75_.jpg",
    "song": "Never Make a Move Too Soon",
    "track_id": "356de0bf-0c29-4283-99a2-f6cb6a1817e2",
    "recording_id": null,
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "Greatest Hits",
    "release_id": "a684ebeb-db25-4f2d-adab-bee183cfbbeb",
    "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"
}